Mrg32k3a.Jumped Method

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

Definition

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

Parameters

count  UInt64  (Optional)
The number of classic RngStreams substream jumps to apply to the copy.

Return Value

Mrg32k3a
A copy of this generator advanced by count substreams.

See Also