Method | Description | |
---|---|---|
BinomialDistribution ( ) : System |
Initializes a new instance of the class, using a as underlying random number generator.
|
|
BinomialDistribution ( |
Initializes a new instance of the BinomialDistribution class, using the specified Generator as underlying random number generator.
|
|
IsValidAlpha ( double value ) : bool |
Determines whether the specified value is valid for parameter Alpha.
|
|
IsValidBeta ( int value ) : bool |
Determines whether the specified value is valid for parameter Beta.
|
|
Next ( ) : int |
Returns a binomial distributed random number.
|
|
NextDouble ( ) : double |
Returns a binomial distributed floating point random number.
|
public BinomialDistribution ( |
||
generator | A |
|
return | System |
public IsValidAlpha ( double value ) : bool | ||
value | double | The value to check. |
return | bool |
public IsValidBeta ( int value ) : bool | ||
value | int | The value to check. |
return | bool |