Pcg32.Copy Method

Creates a copy of this random number generator with the same state.

Definition

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

Return Value

Pcg32
A copy of this random number generator.

Implements

IRandomSourceFactory<TRandom>.Copy()

See Also