Returns the largest value the distribution can produce.

Synopsis

Declared in <absl/random/discrete_distribution.h>

result_type
max() const;

Return Value

The index of the last possible outcome, inclusive.

Created with MrDocs