Threefry 4x 64.Create Method
Creates a new Threefry4x64 instance from the specified options.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A new Threefry4x64 instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public static Threefry4x64 Create(
in RandomOptions options
)Parameters
- options RandomOptions
- The initialization options containing seed and stream information.
Return Value
Threefry4x64A new Threefry4x64 instance.
Remarks
This is the canonical factory method for creating Threefry4x64 instances across all target frameworks.