public long SampleInt64()Public Function SampleInt64 As Longpublic:
long long SampleInt64()member SampleInt64 : unit -> int64 Similarly to the NextInt64 method this one returns an Int64 value; however, the result can be negative and the maximum possible value can be Int64.MaxValue.
The RandomExtensions.SampleInt64(Random) extension method has the same functionality but it is faster to call this one directly.