IRandom Source Factory<TRandom>.Create Method
Creates a new RNG instance from the specified options.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A new RNG instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
TRandom Create(
in RandomOptions options
)Parameters
- options RandomOptions
- The initialization options containing seed and stream information.
Return Value
TRandomA new RNG instance.