Random Options.Seed Profile Property
Gets the seed profile used for initialization.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public SeedProfile SeedProfile { get; }Property Value
SeedProfileRemarks
The seed profile defines how seed material and stream indices are interpreted and expanded into RNG state. See SeedProfile for details on each profile.