ParetoDistribution Class |
[Missing <summary> documentation for "T:Demo3D.Common.Random.ParetoDistribution"]
Namespace: Demo3D.Common.Random
public class ParetoDistribution : ContinuousDistribution
The ParetoDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| ParetoDistribution | Initializes a new instance of the ParetoDistribution class | |
| ParetoDistribution(GeneratorRegistry) | Initializes a new instance of the ParetoDistribution class |
| Name | Description | |
|---|---|---|
| Alpha | ||
| Beta | ||
| Generator | (Inherited from DistributionBase.) | |
| GeneratorRegistry | (Inherited from DistributionBase.) | |
| NumProducedTotal | (Inherited from DistributionBase.) | |
| 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 | |
|---|---|---|
| DefaultAlpha |
The default value assigned to Alpha if none is specified.
| |
| DefaultBeta |
The default value assigned to Beta if none is specified.
|