Difference between revisions of "cpp/numeric/random/lognormal distribution"
From cppreference.com
m (Text replace - "{{example cpp" to "{{example") |
m (Text replace - "{{cpp|" to "{{c|") |
||
Line 11: | Line 11: | ||
{{tdcl list begin}} | {{tdcl list begin}} | ||
{{tdcl list hitem | Member type | Definition}} | {{tdcl list hitem | Member type | Definition}} | ||
− | {{tdcl list item | {{tt|result_type}} | {{ | + | {{tdcl list item | {{tt|result_type}} | {{|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}} | ||
{{tdcl list end}} | {{tdcl list end}} |
Revision as of 21:33, 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.