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.

__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(_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 > &__os, const std::negative_binomial_distribution< _IntType1 > &__x)std::negative_binomial_distribution< _IntType >friend
operator==(const negative_binomial_distribution &__d1, const negative_binomial_distribution &__d2)std::negative_binomial_distribution< _IntType >friend
operator>>(std::basic_istream< _CharT, _Traits > &__is, std::negative_binomial_distribution< _IntType1 > &__x)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 >