Difference between revisions of "cpp/numeric/random/lognormal distribution"
From cppreference.com
m (Text replace - "{{tdcl list begin" to "{{dcl list begin") |
m (Text replace - "{{tdcl list end" to "{{dcl list end") |
||
Line 13: | Line 13: | ||
{{tdcl list item | {{tt|result_type}} | {{c|RealType}}}} | {{tdcl list item | {{tt|result_type}} | {{c|RealType}}}} | ||
{{tdcl list item | {{tt|param_type}} | the type of the parameter set, unspecified}} | {{tdcl list item | {{tt|param_type}} | the type of the parameter set, unspecified}} | ||
− | {{ | + | {{list end}} |
===Member functions=== | ===Member functions=== |
Revision as of 02:30, 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
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.