Template:cpp/numeric/random/distribution/max
From cppreference.com
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.