Scythe-1.0.3
template<class RNGTYPE>
double scythe::rng< RNGTYPE >::rlnorm ( double  logmean,
double  logsd 
) [inline]

Generate a log-normal distributed random variate.

This function returns a pseudo-random variate drawn from the log-normal distribution with given logged mean and standard deviation.

Parameters:
logmeanThe logged mean of the distribtion.
logsdThe strictly positive logged standard deviation of the distribution.
See also:
plnorm(double x, double logmean, double logsd)
dlnorm(double x, double logmean, double logsd)
Exceptions:
scythe_invalid_arg(Level 1)