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