 | FloatRandomLogNormalDistribution Class |
Class FloatRandomLogNormalDistribution generates random numbers from a lognormal distribution.
Inheritance HierarchySystemObject CenterSpace.NMath.CoreFloatRandomLogNormalDistribution Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic class FloatRandomLogNormalDistribution : IRandomNumberDistribution<float>,
ICloneable
Public Class FloatRandomLogNormalDistribution
Implements IRandomNumberDistribution(Of Single), ICloneable
public ref class FloatRandomLogNormalDistribution : IRandomNumberDistribution<float>,
ICloneable
type FloatRandomLogNormalDistribution =
class
interface IRandomNumberDistribution<float32>
interface ICloneable
end
The FloatRandomLogNormalDistribution type exposes the following members.
Constructors | Name | Description |
---|
 | FloatRandomLogNormalDistribution |
Constructs a random number generator for a beta distribution
using default mean of 0.0, sigma of 1.0, displacement of 0.0, and scale of 1.0.
|
 | FloatRandomLogNormalDistribution(Single, Single, Single, Single) |
Constructs a random number generator for a beta distribution
using the specified distribution parameters.
|
 | FloatRandomLogNormalDistribution(Single, Single, Single, Single, FloatRandomLogNormalDistributionGenerationMethod) |
Constructs a random number generator for a beta distribution
using the specified distribution parameters.
|
Top
Properties | 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.
|
Top
Methods
See Also