RandomExtensionsNextUInt128 Method

Overload List

NextUInt128(Random) Returns a random 128-bit unsigned integer that is less than UInt128.MaxValue. To return any UInt128 use the SampleUInt128 method instead.
NextUInt128(Random, UInt128, Boolean) Returns a random 128-bit unsigned integer that is within the specified maximum.
NextUInt128(Random, UInt128, UInt128, Boolean) Returns a random 128-bit unsigned integer that is within a specified range.

See Also