Pcg32.LongJump 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#
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.

See Also