class Normcore::LogNormal
The 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
The log-normal distribution
# File lib/log_normal.rb, line 8 def rng Math.exp(box_muller) end