Click or drag to resize

GLRandomRange Method (Single)

Generates a Random float between 0.0f inclusive and the given max

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

Parameters

max
Type: SystemSingle

Return Value

Type: Single
See Also