[This is preliminary documentation and is subject to change.]
Gets a random double 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: SystemDouble
The minimum value. - maximum
- Type: SystemDouble
The maximum value.
Return Value
Type: DoubleA random double precision floating point number between minimum and maximum, inclusive.
See Also