Click or drag to resize

UniformIntGenerator Constructor (Int32)

Creates a new generator that generates integers between 0 and the specified maximum randomly.

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public UniformIntGenerator(
	int max
)

Parameters

max
Type: SystemInt32
See Also