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