Difference between revisions of "cpp/numeric/random/lognormal distribution/max"
From cppreference.com
< cpp | numeric | random | lognormal distribution
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
m (langlinks) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/max|lognormal_distribution}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 16:38, 28 November 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) |