Interface for random number distributions.

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public interface IRandomNumberDistribution<T> : ICloneable
Visual Basic
Public Interface IRandomNumberDistribution(Of T) _
	Inherits ICloneable
Visual C++
generic<typename T>
public interface class IRandomNumberDistribution : ICloneable

Type Parameters

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

See Also