 | RandomGeneratorLong Method (Int64, Int64, Boolean) |
Namespace:
WhetStone.Random
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic long Long(
long min,
long max,
bool inclusive
)
Parameters
- min
- Type: SystemInt64
The minimum value that can be returned. inclusive. - max
- Type: SystemInt64
The maximum value that can be returned. - inclusive
- Type: SystemBoolean
Whether max is inclusive or not.
Return Value
Type:
Int64A randomly generated
Int64 between
min and
max.
See Also