Click or drag to resize

ErlangDistribution Constructor

Overload List
 NameDescription
Public methodErlangDistribution Initializes a new instance of the ErlangDistribution class, using a StandardGenerator as underlying random number generator.
Public methodErlangDistribution(Generator) Initializes a new instance of the ErlangDistribution class, using the specified Generator as underlying random number generator.
Public methodErlangDistribution(Int32, Double) Initializes a new instance of the ErlangDistribution class with the given parameters.
Public methodErlangDistribution(Int32, Double, Generator) Initializes a new instance of the ErlangDistribution class with the given parameters and generator.
Top
See Also