Philox 4x 32Engine.Long Jump Method
Jumps the RNG forward by the specified number of long
jump strides.
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public void LongJump(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of long jumps to perform (default: 1).
Implements
IJumpable.LongJump(UInt64)Remarks
For Philox4x32, a long jump advances the 128-bit counter by 2^96.