Class FloatRandomLogNormalDistribution generates random numbers from a lognormal distribution.

Namespace: CenterSpace.NMath.Core
Assembly: 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

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Core..::..FloatRandomLogNormalDistribution

See Also