std::geometric_distribution::max -
std::geometric_distribution::max
result_type max() const; (since C++11)
Returns the maximum value potentially generated by the distribution.
The maximum value potentially generated by the distribution.
min returns the minimum potentially generated value
(C++11) (public member function)