Click or drag to resize

GeneratorChooseUniformRandomTSource Method (IGeneratorTSource)

Note: This API is now obsolete.

Chooses the from the given generators selected uniform randomly.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use an appropriate overload instead.")]
public static IGenerator<TSource> ChooseUniformRandom<TSource>(
	params IGenerator<TSource>[] list
)

Parameters

list
Type: Gamelogic.Extensions.AlgorithmsIGeneratorTSource

Type Parameters

TSource

Return Value

Type: IGeneratorTSource
IGenerator<TSource>.
See Also