libstdc++
std::negative_binomial_distribution< _IntType > Member List

This is the complete list of members for std::negative_binomial_distribution< _IntType >, including all inherited members.

k() const std::negative_binomial_distribution< _IntType >inline
max() const std::negative_binomial_distribution< _IntType >inline
min() const std::negative_binomial_distribution< _IntType >inline
negative_binomial_distribution(_IntType __k=1, double __p=0.5) (defined in std::negative_binomial_distribution< _IntType >)std::negative_binomial_distribution< _IntType >inlineexplicit
negative_binomial_distribution(const param_type &__p) (defined in std::negative_binomial_distribution< _IntType >)std::negative_binomial_distribution< _IntType >inlineexplicit
operator()(_UniformRandomNumberGenerator &__urng)std::negative_binomial_distribution< _IntType >
operator()(_UniformRandomNumberGenerator &__urng, const param_type &__p) (defined in std::negative_binomial_distribution< _IntType >)std::negative_binomial_distribution< _IntType >
operator()(_UniformRandomNumberGenerator &__urng) (defined in std::negative_binomial_distribution< _IntType >)std::negative_binomial_distribution< _IntType >
operator()(_UniformRandomNumberGenerator &__urng, const param_type &__p) (defined in std::negative_binomial_distribution< _IntType >)std::negative_binomial_distribution< _IntType >
operator<<(std::basic_ostream< _CharT, _Traits > &, const std::negative_binomial_distribution< _IntType1 > &)std::negative_binomial_distribution< _IntType >friend
operator==(const std::negative_binomial_distribution< _IntType1 > &__d1, const std::negative_binomial_distribution< _IntType1 > &__d2)std::negative_binomial_distribution< _IntType >friend
operator>>(std::basic_istream< _CharT, _Traits > &, std::negative_binomial_distribution< _IntType1 > &)std::negative_binomial_distribution< _IntType >friend
p() const std::negative_binomial_distribution< _IntType >inline
param() const std::negative_binomial_distribution< _IntType >inline
param(const param_type &__param)std::negative_binomial_distribution< _IntType >inline
reset()std::negative_binomial_distribution< _IntType >inline
result_type typedefstd::negative_binomial_distribution< _IntType >