#include <cmath>
#include <cstdint>
#include <istream>
#include <limits>
#include <type_traits>
#include "absl/base/config.h"
#include "absl/random/internal/fast_uniform_bits.h"
#include "absl/random/internal/generate_real.h"
#include "absl/random/internal/iostream_state_saver.h"
Go to the source code of this file.
|
template<typename CharT , typename Traits , typename RealType > |
std::basic_ostream< CharT, Traits > & | absl::operator<< (std::basic_ostream< CharT, Traits > &os, const gaussian_distribution< RealType > &x) |
|
template<typename CharT , typename Traits , typename RealType > |
std::basic_istream< CharT, Traits > & | absl::operator>> (std::basic_istream< CharT, Traits > &is, gaussian_distribution< RealType > &x) |
|