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