Click or drag to resize

IRandomNumberDistributionT Interface

Interface for random number distributions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IRandomNumberDistribution<T> : ICloneable

Type Parameters

T
Random number type (float, double, int).

The IRandomNumberDistributionT type exposes the following members.

Methods
 NameDescription
Public methodFill Use the given random number stream to fill a vector with random numbers which follow a particular probability distribution (to be specifed by implementing classes).
Top
See Also