Click or drag to resize

IRandomNext Method (Int32, Int32)

Gets the next the random integer value greater than or equal to the minimum and below the given maximum.

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

Parameters

minValue
Type: SystemInt32
maxValue
Type: SystemInt32

Return Value

Type: Int32
See Also