Difference between revisions of "cpp/numeric/random/lognormal distribution"
From cppreference.com
m (Text replace - "{{tdcl" to "{{dcl") |
m (Text replace - "/sidebar" to "/navbar") |
||
Line 1: | Line 1: | ||
{{cpp/title|lognormal_distribution}} | {{cpp/title|lognormal_distribution}} | ||
− | {{cpp/numeric/random/lognormal_distribution/ | + | {{cpp/numeric/random/lognormal_distribution/}} |
{{ddcl | header=random | notes={{mark since c++11}} | 1= | {{ddcl | header=random | notes={{mark since c++11}} | 1= | ||
template< class RealType = double > | template< class RealType = double > |
Revision as of 14:53, 15 June 2012
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.