Interface for random number distributions.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public interface IRandomNumberDistribution<T> : ICloneable |
| Visual Basic (Declaration) |
|---|
Public Interface IRandomNumberDistribution(Of T) _ Implements ICloneable |
| Visual C++ |
|---|
generic<typename T> public interface class IRandomNumberDistribution : ICloneable |
Type Parameters
- T
- Random number type (float, double, int).