RandomOptions.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#
public long Seed { get; }

Property Value

Int64

Remarks

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.

See Also