std::binomial_distribution<IntType>::p, t
Min standard notice:
Returns the parameters the distribution was constructed with.
# Declarations
double p() const;
(since C++11)
IntType t() const;
(since C++11)
Returns the parameters the distribution was constructed with.
double p() const;
(since C++11)
IntType t() const;
(since C++11)