Namespaces
Variants
Views
Actions

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

From cppreference.com
(+)
 
m (langlinks)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{cpp/numeric/random/distribution/max|lognormal_distribution}}
+
{{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) [edit]