static constexpr result_type max();
std::size_t size() const;
void reset();
explicit binomial_distribution( IntType t = 1, double p = 0.5 );
Defined in header
std::vector<double> probabilities() const;
Page 33 of 43