__generate(_ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator &__urng) (defined in std::negative_binomial_distribution< _IntType >) | std::negative_binomial_distribution< _IntType > | inline |
__generate(_ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator &__urng, const param_type &__p) (defined in std::negative_binomial_distribution< _IntType >) | std::negative_binomial_distribution< _IntType > | inline |
__generate(result_type *__f, result_type *__t, _UniformRandomNumberGenerator &__urng) (defined in std::negative_binomial_distribution< _IntType >) | std::negative_binomial_distribution< _IntType > | inline |
__generate(result_type *__f, result_type *__t, _UniformRandomNumberGenerator &__urng, const param_type &__p) (defined in std::negative_binomial_distribution< _IntType >) | std::negative_binomial_distribution< _IntType > | inline |
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() (defined in std::negative_binomial_distribution< _IntType >) | std::negative_binomial_distribution< _IntType > | inline |
negative_binomial_distribution(_IntType __k, 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<< | std::negative_binomial_distribution< _IntType > | friend |
operator== | std::negative_binomial_distribution< _IntType > | friend |
operator>> | 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 typedef | std::negative_binomial_distribution< _IntType > | |