Lognormal |
[Missing <summary> documentation for "T:Demo3D.Common.Random.LognormalDistribution"]
public class LognormalDistribution : ContinuousDistribution
The LognormalDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| LognormalDistribution | Initializes a new instance of the LognormalDistribution class | |
| LognormalDistribution(GeneratorRegistry) | Initializes a new instance of the LognormalDistribution class |
| Name | Description | |
|---|---|---|
| Generator | (Inherited from DistributionBase) | |
| Mu | ||
| Sigma |
| Name | Description | |
|---|---|---|
| DT | (Overrides DistributionBaseDT) | |
| Initialize | (Overrides DistributionBaseInitialize) | |
| Next | (Inherited from ContinuousDistribution) | |
| NextDouble | (Overrides DistributionBaseNextDouble) | |
| Reset | (Inherited from DistributionBase) | |
| ToString | (Overrides DistributionBaseToString) |
| Name | Description | |
|---|---|---|
| DefaultMu | The default value assigned to Mu if none is specified. | |
| DefaultSigma | The default value assigned to Sigma if none is specified. |