Wrapped Random Source<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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public WrappedRandomSource(
TRng underlying
)Parameters
- underlying TRng
- The random source to wrap.
Exceptions
| Argument | underlying is null. |