메소드 | 설명 | |
---|---|---|
IsValidSigma ( double value ) : bool |
Determines whether the specified value is valid for parameter Sigma.
|
|
NextDouble ( ) : double |
Returns a rayleigh distributed floating point random number.
|
|
RayleighDistribution ( ) : System |
Initializes a new instance of the RayleighDistribution class, using a StandardGenerator as underlying random number generator.
|
|
RayleighDistribution ( |
Initializes a new instance of the RayleighDistribution class, using the specified Generator as underlying random number generator.
|
|
Reset ( ) : bool |
Resets the chi distribution, so that it produces the same random number sequence again.
|
메소드 | 설명 | |
---|---|---|
UpdateHelpers ( ) : void |
Updates the helper variables that store intermediate results for generation of rayleigh distributed random numbers.
|
public IsValidSigma ( double value ) : bool | ||
value | double | The value to check. |
리턴 | bool |
public RayleighDistribution ( |
||
generator | A |
|
리턴 | System |