std::negative_binomial_distribution<IntType>::p, k

Returns the parameters the distribution was constructed with.

# Declarations

double p() const;

(since C++11)

IntType k() const;

(since C++11)

# See also