Xoroshiro128PlusPlus.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.3.0
C#
public Xoroshiro128PlusPlus Copy()

Return Value

Xoroshiro128PlusPlus
A new Xoroshiro128PlusPlus instance with identical state.

Implements

IRandomSourceFactory<TRandom>.Copy()

See Also