MCKL
Monte Carlo Kernel Library
mckl::BernoulliDistribution< IntType > Member List

This is the complete list of members for mckl::BernoulliDistribution< IntType >, including all inherited members.

BernoulliDistribution(double p=0.5)mckl::BernoulliDistribution< IntType >inlineexplicit
BernoulliDistribution(const param_type &param)mckl::BernoulliDistribution< IntType >inlineexplicit
BernoulliDistribution(param_type &&param)mckl::BernoulliDistribution< IntType >inlineexplicit
distribution_type typedefmckl::BernoulliDistribution< IntType >
max() constmckl::BernoulliDistribution< IntType >inline
min() constmckl::BernoulliDistribution< IntType >inline
operator!=(const distribution_type &dist1, const distribution_type &dist2)mckl::BernoulliDistribution< IntType >friend
operator()(RNGType &rng)mckl::BernoulliDistribution< IntType >inline
operator()(RNGType &rng, const param_type &param)mckl::BernoulliDistribution< IntType >inline
operator()(RNGType &rng, std::size_t n, result_type *r)mckl::BernoulliDistribution< IntType >inline
operator()(RNGType &rng, std::size_t n, result_type *r, const param_type &param)mckl::BernoulliDistribution< IntType >inline
operator<<(std::basic_ostream< CharT, Traits > &os, const distribution_type &dist)mckl::BernoulliDistribution< IntType >friend
operator==(const distribution_type &dist1, const distribution_type &dist2)mckl::BernoulliDistribution< IntType >friend
operator>>(std::basic_istream< CharT, Traits > &is, distribution_type &dist)mckl::BernoulliDistribution< IntType >friend
p() constmckl::BernoulliDistribution< IntType >inline
param() constmckl::BernoulliDistribution< IntType >inline
param(const param_type &param)mckl::BernoulliDistribution< IntType >inline
param(param_type &&param)mckl::BernoulliDistribution< IntType >inline
reset()mckl::BernoulliDistribution< IntType >inline
result_type typedefmckl::BernoulliDistribution< IntType >