Difference between revisions of "cpp/numeric/random/lognormal distribution"
From cppreference.com
m (Text replace - "{{cpp|" to "{{c|") |
m (Text replace - "{{tdcl list begin" to "{{dcl list begin") |
||
Line 9: | Line 9: | ||
===Member types=== | ===Member types=== | ||
− | {{ | + | {{list begin}} |
{{tdcl list hitem | Member type | Definition}} | {{tdcl list hitem | Member type | Definition}} | ||
{{tdcl list item | {{tt|result_type}} | {{c|RealType}}}} | {{tdcl list item | {{tt|result_type}} | {{c|RealType}}}} |
Revision as of 02:19, 12 June 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
Example
This section is incomplete Reason: no example |
External links
Weisstein, Eric W. "Log Normal Distribution." From MathWorld--A Wolfram Web Resource.