 | RandomGeneratorDouble Method (Double) |
Namespace:
WhetStone.Random
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic double Double(
double max
)
Parameters
- max
- Type: SystemDouble
The maximum value that can be returned. exclusive.
Return Value
Type:
DoubleA randomly generated
Double between 0 and
max.
See Also