Class FloatRandomLogNormalDistribution generates random numbers from a lognormal distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public class FloatRandomLogNormalDistribution : IRandomNumberDistribution<float>, ICloneable |
| Visual Basic |
|---|
Public Class FloatRandomLogNormalDistribution _ Implements IRandomNumberDistribution(Of Single), ICloneable |
| Visual C++ |
|---|
public ref class FloatRandomLogNormalDistribution : IRandomNumberDistribution<float>, ICloneable |