WrappedRandomSource<TRng> Constructor

Initializes a new instance of the WrappedRandomSource<TRng> class.

Definition

Namespace: Numerics.NET.Random.Adapters
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public WrappedRandomSource(
	TRng underlying
)

Parameters

underlying  TRng
The random source to wrap.

Exceptions

ArgumentNullExceptionunderlying is null.

See Also