Mrg 32k 3a.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#
A copy of this generator advanced by count substreams.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public Mrg32k3a Jumped(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of classic RngStreams substream jumps to apply to the copy.
Return Value
Mrg32k3aA copy of this generator advanced by count substreams.