GeneratorUniformRandomInt Method |
| Name | Description | |
|---|---|---|
| UniformRandomInt(Int32) |
Makes a generator that generates integers uniformly distributed between 0 (included) and
the specified limit (excluded).
| |
| UniformRandomInt(Int32, Int32) |
Makes a generator hat generates integers uniformly distributed between 0 (included) and
the specified limit (excluded).
|