#include <cmath>
#include <istream>
#include <ostream>
#include <random>
#include "lbann/utils/exception.hpp"
#include "lbann/utils/random.hpp"
Go to the source code of this file.
|
| template<typename CharT , typename RealType > |
| std::basic_ostream< CharT > & | lbann::operator<< (std::basic_ostream< CharT > &os, const beta_distribution< RealType > &d) |
| |
| template<typename CharT , typename RealType > |
| std::basic_istream< CharT > & | lbann::operator>> (std::basic_istream< CharT > &is, beta_distribution< RealType > &d) |
| |