Difference between revisions of "cpp/numeric/random/lognormal distribution"
From cppreference.com
m (+wolfram link) |
m (Text replace - "{{example cpp" to "{{example") |
||
Line 37: | Line 37: | ||
===Example=== | ===Example=== | ||
− | {{example | + | {{example |
| code= | | code= | ||
| output= | | output= |
Revision as of 18:09, 19 April 2012
Template:cpp/numeric/random/lognormal distribution/sidebar
Defined in header <random>
|
||
template< class RealType = double > class lognormal_distribution; |
(since C++11) | |
This section is incomplete |
Contents |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list end
Member functions
Non-member functions
Example
This section is incomplete Reason: no example |
External links
Weisstein, Eric W. "Log Normal Distribution." From MathWorld--A Wolfram Web Resource.