RandomOptions.StreamAddress Property

Gets the stream address used for stream selection.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public StreamAddress StreamAddress { get; }

Property Value

StreamAddress

Remarks

Stream addresses enable creation of independent random sequences from the same seed. How stream addresses are used depends on the SeedProfile.

See Also