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

Property Value

SeedProfile

Remarks

The seed profile defines how seed material and stream indices are interpreted and expanded into RNG state. See SeedProfile for details on each profile.

See Also