Xoshiro 256Star Star.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#
A new Xoshiro256StarStar instance with identical state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public Xoshiro256StarStar Copy()Return Value
Xoshiro256StarStarA new Xoshiro256StarStar instance with identical state.