std::binomial_distribution<IntType>::p, t

Returns the parameters the distribution was constructed with.

# Declarations

double p() const;

(since C++11)

IntType t() const;

(since C++11)

# See also