Mrg32k3a.LongJump Method

Advances the generator to the next stream (classic RngStreams 2^127 jump).

Definition

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

Remarks

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

See Also