WrappedRandomSource<TRng>.Underlying Property

Gets the underlying Numerics.NET random number generator.

Definition

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

Property Value

TRng
The wrapped random source instance.

See Also