Method | Description | |
---|---|---|
ContinuousUniformDistribution ( ) : System |
Initializes a new instance of the ContinuousUniformDistribution class, using a StandardGenerator as underlying random number generator.
|
|
ContinuousUniformDistribution ( |
Initializes a new instance of the ContinuousUniformDistribution 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 ( double value ) : bool |
Determines whether the specified value is valid for parameter Beta.
|
|
NextDouble ( ) : double |
Returns a uniformly distributed floating point random number.
|
Method | Description | |
---|---|---|
UpdateHelpers ( ) : void |
Updates the helper variables that store intermediate results for generation of uniformly distributed random numbers.
|
public ContinuousUniformDistribution ( ) : System | ||
return | System |
public ContinuousUniformDistribution ( |
||
generator | A |
|
return | System |
public IsValidAlpha ( double value ) : bool | ||
value | double | The value to check. |
return | bool |
public IsValidBeta ( double value ) : bool | ||
value | double | The value to check. |
return | bool |