NextUInt64(Random) | Returns a random 64-bit unsigned integer that is less than UInt64.MaxValue. To return any UInt64 use the SampleUInt64 method instead. |
NextUInt64(Random, UInt64, Boolean) | Returns a random 64-bit unsigned integer that is within the specified maximum. |
NextUInt64(Random, UInt64, UInt64, Boolean) | Returns a random 64-bit unsigned integer that is within a specified range. |