Click or drag to resize

IRandomNext Method (Int32)

Gets the next the random integer value below the given maximum.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
int Next(
	int maxValue
)

Parameters

maxValue
Type: SystemInt32

Return Value

Type: Int32
See Also