NextUInt32(Random) | Returns a random 32-bit unsigned integer that is less than UInt32.MaxValue. To return any UInt32 use the SampleUInt32 method instead. |
NextUInt32(Random, UInt32, Boolean) | Returns a random 32-bit unsigned integer that is within the specified maximum. |
NextUInt32(Random, UInt32, UInt32, Boolean) | Returns a random 32-bit unsigned integer that is within a specified range. |