Returns a function for generating random numbers with a
log-normal distribution. The expected value of the random variable’s natural logrithm is mean, with the given standard deviation. If deviation is not specified, it defaults to 1.0; if mean is not specified, it defaults to 0.0.
対数正規分布で乱数を生成する機能を返します。ランダム変数の自然対数の期待値は、平均値や指定された標準偏差です。偏差が指定されていない場合はデフォルトで1.0が、平均が指定されていない場合は、デフォルトが0.0が設定されます。