Click or drag to resize

GLRandomRange Method (Int32)

Generates a Random integer between 0 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 int Range(
	int max
)

Parameters

max
Type: SystemInt32

Return Value

Type: Int32
See Also