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