Mrg32k3a.JumpSimOptSubstream Method

Advances the generator by the specified number of SimOpt substream jumps (2^94 outputs each).

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
public void JumpSimOptSubstream(
	ulong count = 1
)

Parameters

count  UInt64  (Optional)
The number of SimOpt substream jumps to perform.

Remarks

This method is part of the SimOpt three-level hierarchy and is independent of the classic RngStreams stream/substream mapping used by Standard.

See Also