[This is preliminary documentation and is subject to change.]
Gets a random single precision floating point number between the specified minimum and maximum value, inclusive.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- minimum
- Type: SystemSingle
The minimum value. - maximum
- Type: SystemSingle
The maximum value.
Return Value
Type: SingleA random single precision floating point number between minimum and maximum, inclusive.
See Also