std::uniform_int_distribution<IntType>::a, b
Min standard notice:
Returns the parameters the distribution has been constructed with.
# Declarations
result_type a() const;
(since C++11)
result_type b() const;
(since C++11)
Returns the parameters the distribution has been constructed with.
result_type a() const;
(since C++11)
result_type b() const;
(since C++11)