std::negative_binomial_distribution<IntType>::max

Returns the maximum value potentially generated by the distribution.

# Declarations

result_type max() const;

(since C++11)

# Return value

The maximum value potentially generated by the distribution.

# See also