LognormalDistribution Class |
[Missing <summary> documentation for "T:Demo3D.Common.Random.LognormalDistribution"]
Namespace: Demo3D.Common.Random
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.) | |
| GeneratorRegistry | (Inherited from DistributionBase.) | |
| Mu | ||
| NumProducedTotal | (Inherited from DistributionBase.) | |
| Sigma | ||
| Stream | (Inherited from DistributionBase.) |
| 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.
|