#include <random.hpp>
|
template<class CharT , class Traits > |
std::basic_ostream< CharT,
Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const bernoulli_distribution &lcg) |
|
template<class CharT , class Traits > |
std::basic_istream< CharT,
Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, bernoulli_distribution &lcg) |
|
std::tr1::bernoulli_distribution::bernoulli_distribution |
( |
double |
p = 0.5 | ) |
|
|
inlineexplicit |
template<class UniformRandomNumberGenerator >
result_type std::tr1::bernoulli_distribution::operator() |
( |
UniformRandomNumberGenerator & |
urng | ) |
|
|
inline |
double std::tr1::bernoulli_distribution::p |
( |
| ) |
const |
|
inline |
void std::tr1::bernoulli_distribution::reset |
( |
void |
| ) |
|
|
inline |
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const bernoulli_distribution & |
lcg |
|
) |
| |
|
friend |
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
bernoulli_distribution & |
lcg |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: