NonCryptographicRandom.Next Method
| Name | Parameters | Description |
|---|---|---|
| Next() | none | Returns a non-negative random integer. |
| Next(Int32, Int32) | minValue, maxValue | Returns a random integer within the specified range. |
| Next(Int32) | maxValue | Returns a non-negative random integer that is less than the specified maximum. |