std::random_device::max

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::max()

# See also