메소드 | 설명 | |
---|---|---|
ExponentialDistribution ( ) : System |
Initializes a new instance of the ExponentialDistribution class, using a StandardGenerator as underlying random number generator.
|
|
ExponentialDistribution ( |
Initializes a new instance of the ExponentialDistribution class, using the specified Generator as underlying random number generator.
|
|
IsValidLambda ( double value ) : bool |
Determines whether the specified value is valid for parameter Lambda.
|
|
NextDouble ( ) : double |
Returns a exponential distributed floating point random number.
|
메소드 | 설명 | |
---|---|---|
UpdateHelpers ( ) : void |
Updates the helper variables that store intermediate results for generation of exponential distributed random numbers.
|
public ExponentialDistribution ( |
||
generator | A |
|
리턴 | System |
public IsValidLambda ( double value ) : bool | ||
value | double | The value to check. |
리턴 | bool |