Click or drag to resize

ChiDistribution Constructor

Overload List
 NameDescription
Public methodChiDistribution Initializes a new instance of the ChiDistribution class, using a StandardGenerator as underlying random number generator.
Public methodChiDistribution(Generator) Initializes a new instance of the ChiDistribution class, using the specified Generator as underlying random number generator.
Public methodChiDistribution(Int32) Initializes a new instance of the ChiDistribution class, using the default random number generator.
Public methodChiDistribution(Int32, Generator) Initializes a new instance of the ChiDistribution class, using the specified Generator as underlying random number generator.
Top
See Also