Click or drag to resize

GLRandomGetRandom Method (Int32)

Gets a new random generator.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IRandom GetRandom(
	int seed
)

Parameters

seed
Type: SystemInt32
The seed to instantiate the generator with.

Return Value

Type: IRandom
A seeded instance of a random generator.
See Also