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