Click or drag to resize

RandomGeneratorLong Method (Int64)

Get a random Int64.

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public long Long(
	long max
)

Parameters

max
Type: SystemInt64
The maximum value that can be returned. exclusive.

Return Value

Type: Int64
A randomly generated Int64 between 0 and max.
See Also