MathHelperGetRandomDouble Method

RAGE Plugin Hook Documentation

[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

public static double GetRandomDouble(
	double minimum,
	double maximum
)

Parameters

minimum
Type: SystemDouble
The minimum value.
maximum
Type: SystemDouble
The maximum value.

Return Value

Type: Double
A random double precision floating point number between minimum and maximum, inclusive.
See Also

Reference