IRandomNext Method |
| Name | Description | |
|---|---|---|
| Next |
Gets the next the random integer value.
| |
| Next(Int32) |
Gets the next the random integer value below the given maximum.
| |
| Next(Int32, Int32) |
Gets the next the random integer value greater than or equal to the minimum
and below the given maximum.
|