std::philox_engine<UIntType,w,n,r,consts>::max

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

# Declarations

static constexpr result_type max();

(since C++26)

# Return value

(\scriptsize 2^w-1 )2w-1

# See also