Mrg32k3a.Copy Method

Creates an exact copy of this generator with the same state.

Definition

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

Return Value

Mrg32k3a
A new Mrg32k3a instance with identical state.

Implements

IRandomSourceFactory<TRandom>.Copy()

See Also