std::independent_bits_engine<Engine,W,UIntType>::min

Returns the minimum value potentially generated by the engine adaptor. This value is equal to 0u.

# Declarations

static constexpr result_type min();

(since C++11)

# Return value

The minimum potentially generated value.

# See also