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