Wrapped Random Source<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#
The wrapped random source instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public TRng Underlying { get; }Property Value
TRngThe wrapped random source instance.