#include <uniform_01.hpp>
|
template<class CharT , class Traits > |
std::basic_ostream< CharT,
Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const uniform_01 &u) |
|
template<class CharT , class Traits > |
std::basic_istream< CharT,
Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, uniform_01 &u) |
|
template<class UniformRandomNumberGenerator = double, class RealType = double>
template<class UniformRandomNumberGenerator = double, class RealType = double>
template<class UniformRandomNumberGenerator = double, class RealType = double>
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const uniform_01< UniformRandomNumberGenerator, RealType > & |
u |
|
) |
| |
|
friend |
template<class UniformRandomNumberGenerator = double, class RealType = double>
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
uniform_01< UniformRandomNumberGenerator, RealType > & |
u |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: