Beta |
Name | Description | |
---|---|---|
BetaDistribution | Initializes a new instance of the BetaDistribution class, using a StandardGenerator as underlying random number generator. | |
BetaDistribution(Generator) | Initializes a new instance of the BetaDistribution class, using the specified Generator as underlying random number generator. | |
BetaDistribution(Double, Double) | Initializes a new instance of the BetaDistribution class, using the specified parameters and the default Generator. | |
BetaDistribution(Double, Double, Generator) | Initializes a new instance of the BetaDistribution class, using the specified Generator as underlying random number generator. |