RandomStreamSource<TRandom> Constructor

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

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
protected RandomStreamSource(
	 in RandomOptions baseOptions,
	StreamAddress prefix
)

Parameters

baseOptions  RandomOptions
The base initialization options.
prefix  StreamAddress
The hierarchical prefix path for this scope.

See Also