std::independent_bits_engine<Engine,W,UIntType>::max
Min standard notice:
Returns the maximum value potentially generated by the engine adaptor. This value is equal to 2w - 1.
# Declarations
static constexpr result_type max();
(since C++11)
# Return value
The maximum potentially generated value.