libstdc++
std::negative_binomial_distribution Member List
This is the complete list of members for std::negative_binomial_distribution, including all inherited members.
k() const std::negative_binomial_distribution [inline]
max() const std::negative_binomial_distribution [inline]
min() const std::negative_binomial_distribution [inline]
negative_binomial_distribution(_IntType __k=1, double __p=0.5) (defined in std::negative_binomial_distribution)std::negative_binomial_distribution [inline, explicit]
negative_binomial_distribution(const param_type &__p) (defined in std::negative_binomial_distribution)std::negative_binomial_distribution [inline, explicit]
operator()(_UniformRandomNumberGenerator &__urng)std::negative_binomial_distribution
operator()(_UniformRandomNumberGenerator &__urng, const param_type &__p) (defined in std::negative_binomial_distribution)std::negative_binomial_distribution
operator<<(std::basic_ostream< _CharT, _Traits > &, const std::negative_binomial_distribution< _IntType1 > &)std::negative_binomial_distribution [friend]
operator==(const std::negative_binomial_distribution< _IntType1 > &__d1, const std::negative_binomial_distribution< _IntType1 > &__d2)std::negative_binomial_distribution [friend]
operator>>(std::basic_istream< _CharT, _Traits > &, std::negative_binomial_distribution< _IntType1 > &)std::negative_binomial_distribution [friend]
p() const std::negative_binomial_distribution [inline]
param() const std::negative_binomial_distribution [inline]
param(const param_type &__param)std::negative_binomial_distribution [inline]
reset()std::negative_binomial_distribution [inline]
result_type typedefstd::negative_binomial_distribution