std::random_device::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
std::numeric_limits
Returns the maximum value potentially generated by the random-number engine.
static constexpr result_type max();
(since C++11)
std::numeric_limits