| DoubleRandomLogNormalDistribution Class |
Class DoubleRandomLogNormalDistribution generates random numbers from a lognormal distribution.
Inheritance Hierarchy SystemObject CenterSpace.NMath.CoreDoubleRandomLogNormalDistribution Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public class DoubleRandomLogNormalDistribution : IRandomNumberDistribution<double>,
ICloneable
Public Class DoubleRandomLogNormalDistribution
Implements IRandomNumberDistribution(Of Double), ICloneable
public ref class DoubleRandomLogNormalDistribution : IRandomNumberDistribution<double>,
ICloneable
type DoubleRandomLogNormalDistribution =
class
interface IRandomNumberDistribution<float>
interface ICloneable
end
The DoubleRandomLogNormalDistribution type exposes the following members.
Constructors | Name | Description |
---|
| DoubleRandomLogNormalDistribution |
Constructs a random number generator for a lognormal distribution
using default mean of 0.0, sigma of 1.0, displacement of 0.0, and scale of 1.0.
|
| DoubleRandomLogNormalDistribution(Double, Double, Double, Double) |
Constructs a random number generator for a lognormal distribution
using the specified distribution parameters.
|
| DoubleRandomLogNormalDistribution(Double, Double, Double, Double, DoubleRandomLogNormalDistributionGenerationMethod) |
Constructs a random number generator for a lognormal distribution
using the specified distribution parameters.
|
TopProperties | Name | Description |
---|
| Displacement |
Gets the displacement.
|
| Mean |
Gets the average of the subject normal distribution.
|
| Method |
Gets the generation method.
|
| Scale |
Gets the scale.
|
| Sigma |
Gets the standard deviation of the subject normal distribution.
|
TopMethods See Also