FastRandomNext Method (Double, Double) |
Returns a random number between min and max values.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public double Next(
double minValue,
double maxValue
)
Parameters
- minValue
- Type: SystemDouble
- maxValue
- Type: SystemDouble
Return Value
Type:
DoubleA floating point number greater than to minValue, and less than to maxValue.
See Also