Difference between revisions of "cpp/numeric/random/gamma 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|gamma_distribution}} | {{cpp/title|gamma_distribution}} | ||
{{cpp/numeric/random/gamma_distribution/sidebar}} | {{cpp/numeric/random/gamma_distribution/sidebar}} | ||
− | {{ddcl | header=random | notes={{mark c++11 | + | {{ddcl | header=random | notes={{mark since c++11}} | 1= |
template< class RealType = double > | template< class RealType = double > | ||
class gamma_distribution; | class gamma_distribution; |
Revision as of 14:53, 24 December 2011
Template:cpp/numeric/random/gamma distribution/sidebar
Defined in header <random>
|
||
template< class RealType = double > class gamma_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