Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/numeric/random/lognormal distribution/max"

From cppreference.com
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 template|cpp/numeric/random/distribution/max|lognormal_distribution}}
+
{{page|cpp/numeric/random/distribution/max|lognormal_distribution}}
 
+
[[de:cpp/numeric/random/lognormal distribution/max]]
+
[[es:cpp/numeric/random/lognormal distribution/max]]
+
[[fr:cpp/numeric/random/lognormal distribution/max]]
+
[[it:cpp/numeric/random/lognormal distribution/max]]
+
[[ja:cpp/numeric/random/lognormal distribution/max]]
+
[[pt:cpp/numeric/random/lognormal distribution/max]]
+
[[ru:cpp/numeric/random/lognormal distribution/max]]
+
[[zh:cpp/numeric/random/lognormal distribution/max]]
+

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) [edit]