 | GeneratorUniformRandomInt Method (Int32) |
Makes a generator that generates integers uniformly distributed between 0 (included) and
the specified limit (excluded).
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IGenerator<int> UniformRandomInt(
int upperLimitExcluded
)
Parameters
- upperLimitExcluded
- Type: SystemInt32
The upper limit (excluded).
Return Value
Type:
IGeneratorInt32IGenerator<System.Int32>.
Exceptions
See Also