std::mersenne_twister_engine<UIntType,w,n,m,r,a,u,d,s,b,t,c,l,f>::min

Returns the minimum value potentially generated by the random-number engine.

# Declarations

static constexpr result_type min();

(since C++11)

# Return value

0u

# See also