WrappedRandomSource<TRng>.NextUInt64 Method

Returns a random 64-bit unsigned integer.

Definition

Namespace: Numerics.NET.Random.Adapters
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public ulong NextUInt64()

Return Value

UInt64
A 64-bit unsigned integer in the range [0, 2^64).

See Also