NextInt128(Random) | Returns a non-negative random 128-bit signed integer that is less than Int128.MaxValue. To return any Int128 use the SampleInt128 method instead. |
NextInt128(Random, Int128, Boolean) | Returns a non-negative random 128-bit signed integer that is within the specified maximum. |
NextInt128(Random, Int128, Int128, Boolean) | Returns a random Int128 value that is within a specified range. |