 | RandomGeneratorULong Method (UInt64) |
Namespace:
WhetStone.Random
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic ulong ULong(
ulong max
)
Parameters
- max
- Type: SystemUInt64
The maximum value that can be returned. exclusive.
Return Value
Type:
UInt64A randomly generated
UInt64 between 0 and
max.
See Also