Block Generator 32<TEngine>.Next UInt 64 Method
Generates the next 64-bit unsigned integer.
Definition
Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A UInt64 value in the range [0, 2^64).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public ulong NextUInt64()Return Value
UInt64A UInt64 value in the range [0, 2^64).
Implements
IRandomGenerator.NextUInt64()Remarks
This method advances the generator state by one unit appropriate to the underlying engine. For 32-bit engines, this typically composes two 32-bit words in little-endian order.