Class RandGenLogNormal generates random numbers from a lognormal distribution.

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

Syntax

C#
[SerializableAttribute]
public class RandGenLogNormal : RandomNumberGenerator
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RandGenLogNormal _
	Inherits RandomNumberGenerator
Visual C++
[SerializableAttribute]
public ref class RandGenLogNormal : public RandomNumberGenerator

Remarks

A lognormal distribution has a normal distribution as its logarithm.
CopyC#
x = e ^ ( normal( mu, sigma ))

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.RandomNumberGenerator
    CenterSpace.NMath.Core..::.RandGenLogNormal

See Also