class Normcore::LogNormal

The log-normal distribution

en.wikipedia.org/wiki/Log-normal_distribution

Public Instance Methods

rng() click to toggle source
# File lib/log_normal.rb, line 8
def rng
  Math.exp(box_muller)
end