Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::random::uniform_01< UniformRandomNumberGenerator, RealType > Class Template Reference

#include <uniform_01.hpp>

Inheritance diagram for boost::random::uniform_01< UniformRandomNumberGenerator, RealType >:
Collaboration diagram for boost::random::uniform_01< UniformRandomNumberGenerator, RealType >:

Public Member Functions

 uniform_01 ()
 
 uniform_01 (typename traits::rvalue_type rng)
 

Friends

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)
 

Constructor & Destructor Documentation

template<class UniformRandomNumberGenerator = double, class RealType = double>
boost::random::uniform_01< UniformRandomNumberGenerator, RealType >::uniform_01 ( )
inline
template<class UniformRandomNumberGenerator = double, class RealType = double>
boost::random::uniform_01< UniformRandomNumberGenerator, RealType >::uniform_01 ( typename traits::rvalue_type  rng)
inlineexplicit

Friends And Related Function Documentation

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: