Erlang |
| Name | Description | |
|---|---|---|
| ErlangDistribution | Initializes a new instance of the ErlangDistribution class, using a StandardGenerator as underlying random number generator. | |
| ErlangDistribution(Generator) | Initializes a new instance of the ErlangDistribution class, using the specified Generator as underlying random number generator. | |
| ErlangDistribution(Int32, Double) | Initializes a new instance of the ErlangDistribution class with the given parameters. | |
| ErlangDistribution(Int32, Double, Generator) | Initializes a new instance of the ErlangDistribution class with the given parameters and generator. |