std::linear_congruential_engine<UIntType,a,c,m>::max
Min standard notice:
Returns the maximum value potentially generated by the random-number engine.
# Declarations
static constexpr result_type max();
(since C++11)
# Return value
m - 1u
Returns the maximum value potentially generated by the random-number engine.
static constexpr result_type max();
(since C++11)
m - 1u