Method | Description | |
---|---|---|
NextDouble ( ) : double |
Get the next sample point from the gaussian distribution.
|
|
NextDouble ( double mu, double sigma ) : double |
Get the next sample point from the gaussian distribution.
|
public NextDouble ( double mu, double sigma ) : double | ||
mu | double | |
sigma | double | |
return | double |