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