std::linear_congruential_engine<UIntType,a,c,m>::min
Min standard notice:
Returns the minimum value potentially generated by the random-number engine.
# Declarations
static constexpr result_type min();
(since C++11)
# Return value
c == 0u ? 1u: 0u;