Namespaces
Variants
Views
Actions

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

From cppreference.com
m (Add link to edit the included template)
m (langlinks)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{page template|cpp/numeric/random/distribution/max|binomial_distribution}}
+
{{page|cpp/numeric/random/distribution/max|binomial_distribution
 +
 
 +
}}

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