std::poisson_distribution<IntType>::max
Min standard notice:
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.