Pcg 32.Long Jump Method
Jumps ahead in the random sequence by an even larger fixed amount.
Definition
Namespace: Numerics.NET.Random
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()Remarks
This is equivalent to calling Advance(UInt64) with a very large fixed delta value.
The long jump distance is 2^96.