NextUInt16(Random) | Returns a random 16-bit unsigned integer that is less than UInt16.MaxValue. To return any UInt16 use the SampleUInt16 method instead. |
NextUInt16(Random, UInt16, Boolean) | Returns a random 16-bit unsigned integer that is within the specified maximum. |
NextUInt16(Random, UInt16, UInt16, Boolean) | Returns a random 16-bit unsigned integer that is within a specified range. |