 | GeneratorChooseUniformRandomTSource Method (IListIGeneratorTSource, Int32) |
Chooses the random.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IGenerator<TSource> ChooseUniformRandom<TSource>(
IList<IGenerator<TSource>> list,
int seed
)
Parameters
- list
- Type: System.Collections.GenericIListIGeneratorTSource
The list. - seed
- Type: SystemInt32
The seed.
Type Parameters
- TSource
- The type of the t source.
Return Value
Type:
IGeneratorTSourceIGenerator<TSource>.
Exceptions
See Also