FastRandomNext(Single) 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 float Next(
float maxValue
)
Parameters
- maxValue Single
-
Return Value
SingleA floating point number greater than to zero, and less than to maxValue.
See Also