Difference between revisions of "cpp/numeric/random/binomial distribution/max"
From cppreference.com
< cpp | numeric | random | binomial distribution
m (Shorten template names. Use {{lc}} where appropriate.) |
m (langlinks) |
||
Line 1: | Line 1: | ||
{{include page|cpp/numeric/random/distribution/max|binomial_distribution}} | {{include page|cpp/numeric/random/distribution/max|binomial_distribution}} | ||
− | + | deesfritjaptruzh | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 14:22, 7 August 2021
result_type max() const; |
(since C++11) | |
Returns the maximum value potentially generated by the distribution.
Contents |
[edit] Parameters
(none)
[edit] Return value
The maximum value potentially generated by the distribution.
[edit] Complexity
Constant.
[edit] See also
(C++11) |
returns the minimum potentially generated value (public member function) |