The Log-Normal distribution has density
$$
f(x) = \frac{1}{\sqrt{2\pi}\sigma x} e^{-(\log(x) - \mu)^2/2 \sigma^2}%
$$
where \(\mu\) and \(\sigma\) are the mean and standard
deviation of the logarithm.
The generation algorithm uses fast numerical inversion. The parameters
lb
and ub
can be used to generate variates from
the Log-Normal distribution truncated to the interval (lb
,ub
).