std::mersenne_twister_engine<UIntType,w,n,m,r,a,u,d,s,b,t,c,l,f>::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
(\scriptsize 2^w-1 )2w-1