Click or drag to resize

GLRandomRange Method (Single, Single)

Generates a Random float between the given min inclusive and the given max, exclusive.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static float Range(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
max
Type: SystemSingle

Return Value

Type: Single
See Also