Class: Normcore::LogNormal
Overview
The log-normal distribution
Instance Attribute Summary
Attributes inherited from Normal
Instance Method Summary collapse
Methods inherited from Normal
Methods inherited from Base
Constructor Details
This class inherits a constructor from Normcore::Normal
Instance Method Details
#rng ⇒ Object
8 9 10 |
# File 'lib/log_normal.rb', line 8 def rng Math.exp(box_muller) end |