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

#include <uniform_01.hpp>

Public Types

typedef RealType input_type
 
typedef RealType result_type
 

Public Member Functions

result_type min BOOST_PREVENT_MACRO_SUBSTITUTION () const
 
result_type max BOOST_PREVENT_MACRO_SUBSTITUTION () const
 
void reset ()
 
template<class Engine >
result_type operator() (Engine &eng)
 

Friends

template<class CharT , class Traits >
std::basic_ostream< CharT,
Traits > & 
operator<< (std::basic_ostream< CharT, Traits > &os, const new_uniform_01 &)
 
template<class CharT , class Traits >
std::basic_istream< CharT,
Traits > & 
operator>> (std::basic_istream< CharT, Traits > &is, new_uniform_01 &)
 

Member Typedef Documentation

template<class RealType >
typedef RealType boost::random::detail::new_uniform_01< RealType >::input_type
template<class RealType >
typedef RealType boost::random::detail::new_uniform_01< RealType >::result_type

Member Function Documentation

template<class RealType >
result_type min boost::random::detail::new_uniform_01< RealType >::BOOST_PREVENT_MACRO_SUBSTITUTION ( ) const
inline
template<class RealType >
result_type max boost::random::detail::new_uniform_01< RealType >::BOOST_PREVENT_MACRO_SUBSTITUTION ( ) const
inline
template<class RealType >
template<class Engine >
result_type boost::random::detail::new_uniform_01< RealType >::operator() ( Engine &  eng)
inline
template<class RealType >
void boost::random::detail::new_uniform_01< RealType >::reset ( void  )
inline

Friends And Related Function Documentation

template<class RealType >
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< ( std::basic_ostream< CharT, Traits > &  os,
const new_uniform_01< RealType > &   
)
friend
template<class RealType >
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> ( std::basic_istream< CharT, Traits > &  is,
new_uniform_01< RealType > &   
)
friend

The documentation for this class was generated from the following file: