Caution
Starting with version 6.0.0 the behavior of this method has been changed to be conform with the behavior of the NextInt64
method introduced in .NET 6.0. Cast the result of the SampleInt64 method to obtain any UInt64 value.
[CLSCompliantAttribute(false)]
public ulong NextUInt64()
<CLSCompliantAttribute(false)>
Public Function NextUInt64 As ULong
public:
[CLSCompliantAttribute(false)]
unsigned long long NextUInt64()
[<CLSCompliantAttribute(false)>]
member NextUInt64 : unit -> uint64