Class RandGenLogNormal generates random numbers from a lognormal
distribution.
Namespace:
CenterSpace.NMath.CoreAssembly: 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
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenLogNormal