Random Options.Seed Property
Gets the canonical seed value 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 long Seed { get; }Property Value
Int64Remarks
This is the primary seed value that, combined with SeedProfile, determines the initial state of the RNG.
For scalar seeds, this contains the original seed value.
For array seeds, this may be zero or a representative value.