RandomStreamTree<TRandom> Constructor

Initializes a new instance of the RandomStreamTree<TRandom> class.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public RandomStreamTree(
	 in RandomOptions baseOptions
)

Parameters

baseOptions  RandomOptions
The base initialization options. The seed and profile from these options are used as the foundation for all derived streams.

Remarks

The baseOptions should specify the seed and SeedProfile for the root of the hierarchy. Any stream address in the base options is used as the starting point for stream derivation.

See Also