Rand |
| Name | Description | |
|---|---|---|
| Next | Returns a random integer greater than or equal to zero and less than or equal to MaxRandomInt. | |
| Next(Int32) | Returns a positive random integer less than the specified maximum. | |
| Next(Int32, Int32) | Returns a random integer within the specified range. |