std::uniform_int_distribution<IntType>::a, b

Returns the parameters the distribution has been constructed with.

# Declarations

result_type a() const;

(since C++11)

result_type b() const;

(since C++11)

# See also