Mrg32k3a.Jump Method

Advances the generator to the next substream (classic RngStreams 2^76 jump).

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
public void Jump()

Remarks

This method applies the classic RngStreams substream transition matrix. It is equivalent to calling Jump(UInt64) with a count of 1.

See Also