Mrg32k3a.JumpSimOptSubsubstreamed Method

Returns a copy of this generator advanced by the specified number of SimOpt subsubstream jumps.

Definition

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

Parameters

count  UInt64  (Optional)
The number of SimOpt subsubstream jumps to apply to the copy.

Return Value

Mrg32k3a
A copy of this generator advanced by count SimOpt subsubstreams.

See Also