Creates an S3 object representing a log-normal distribution with the given
meanlog and sdlog parameters. The log-normal PDF is
f(t)=1t⋅sdlog√2πexp(−(logt−meanlog)22⋅sdlog2)
lognormal(meanlog = 0, sdlog = 1)A lognormal object with classes
c("lognormal", "univariate_dist", "continuous_dist", "dist").