Sfc64.Create Method

Creates a new Sfc64 instance from the specified options.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public static Sfc64 Create(
	 in RandomOptions options
)

Parameters

options  RandomOptions
The initialization options containing seed and stream information.

Return Value

Sfc64
A new Sfc64 instance.

Remarks

This is the canonical factory method for creating Sfc64 instances across all target frameworks.

See Also