Pcg64Dxsm.Create Method

Creates a new Pcg64Dxsm instance from the specified options.

Definition

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

Parameters

options  RandomOptions
The initialization options containing seed and stream information.

Return Value

Pcg64Dxsm
A new Pcg64Dxsm instance.

Remarks

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

See Also