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