Namespaces
Variants
Views
Actions

Template:cpp/numeric/random/distribution/max

From cppreference.com
Revision as of 12:30, 29 October 2011 by Bregma (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/numeric/random/distribution//title Template:cpp/numeric/random/sidebar

result_type max() const;
Template:mark c++11 feature

Returns the least upper bound of the distribution range.

Parameters

(none)

Return value

The least bound of the distribution range.

Complexity

Constant.