Preconditions:
sigma > 0
(otherwise an IllegalArgumentException is thrown.)mu
and the given standard deviation, sigma
.
@param mu the mean of the distribution
@param sigma the standard deviation of the distribution
@return the random Normal value
@throws NotStrictlyPositiveException if {@code sigma <= 0}.
double
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence.
@return the next pseudorandom, Gaussian ("normally") distributeddouble
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence
double
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence.
@return the next pseudorandom, Gaussian ("normally") distributeddouble
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence
double
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence.
@return the next pseudorandom, Gaussian ("normally") distributeddouble
value with mean 0.0
and standard deviation 1.0
from this random number generator's sequence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|