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