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::unit_normal_distribution< RealType > Struct Template Reference

#include <normal_distribution.hpp>

Public Member Functions

template<class Engine >
RealType operator() (Engine &eng)
 
template<class Engine >
RealType generate_tail (Engine &eng)
 

Static Public Member Functions

static RealType f (RealType x)
 

Member Function Documentation

template<class RealType = double>
static RealType boost::random::detail::unit_normal_distribution< RealType >::f ( RealType  x)
inlinestatic
template<class RealType = double>
template<class Engine >
RealType boost::random::detail::unit_normal_distribution< RealType >::generate_tail ( Engine &  eng)
inline

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