LogNormalDistribution
LogNormalDistribution[μ, σ] represents a lognormal distribution derived from a normal distribution with mean μ and standard deviation σ.
Examples
Mean[LogNormalDistribution[0, 1]]
(* Sqrt[E] *)RandomVariate[LogNormalDistribution[0, 0.5], 5]
(* {1.23, 0.87, 1.56, 0.92, 1.12} *)Please visit the official Wolfram Language Reference for more details.