Click or drag to resize

RandomElementGeneratorT Constructor (IEnumerableT, IRandom)

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RandomElementGenerator(
	IEnumerable<T> list,
	IRandom random
)

Parameters

list
Type: System.Collections.GenericIEnumerableT
random
Type: Gamelogic.ExtensionsIRandom
See Also