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