std::linear_congruential_engine<UIntType,a,c,m>::max

Returns the maximum value potentially generated by the random-number engine.

# Declarations

static constexpr result_type max();

(since C++11)

# Return value

m - 1u

# See also