Click or drag to resize

GeometricDistribution Constructor

Overload List
 NameDescription
Public methodGeometricDistribution Initializes a new instance of the GeometricDistribution class, using a StandardGenerator as underlying random number generator.
Public methodGeometricDistribution(Double) Initializes a new instance of the GeometricDistribution class with the specified success probability.
Public methodGeometricDistribution(Generator) Initializes a new instance of the GeometricDistribution class, using the specified Generator as underlying random number generator.
Public methodGeometricDistribution(Double, Generator) Initializes a new instance of the GeometricDistribution class with the specified success probability and underlying random number generator.
Top
See Also