#include <random.hpp>
|
template<class CharT , class Traits > |
std::basic_ostream< CharT,
Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const linear_congruential &lcg) |
|
template<class CharT , class Traits > |
std::basic_istream< CharT,
Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, linear_congruential &lcg) |
|
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class Gen >
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class Gen >
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const linear_congruential< UIntType, a, c, m > & |
lcg |
|
) |
| |
|
friend |
template<class UIntType , UIntType a, UIntType c, UIntType m>
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
linear_congruential< UIntType, a, c, m > & |
lcg |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: