Click or drag to resize

RayleighDistribution Constructor

Overload List
 NameDescription
Public methodRayleighDistribution Initializes a new instance of the RayleighDistribution class, using a StandardGenerator as underlying random number generator.
Public methodRayleighDistribution(Double) Initializes a new instance of the RayleighDistribution class with the specified scale parameter.
Public methodRayleighDistribution(Generator) Initializes a new instance of the RayleighDistribution class, using the specified Generator as underlying random number generator.
Public methodRayleighDistribution(Double, Generator) Initializes a new instance of the RayleighDistribution class with the specified scale parameter and generator.
Top
See Also