Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
boost::random::detail::unit_normal_distribution_v165< RealType > Struct Template Reference
+ Collaboration diagram for boost::random::detail::unit_normal_distribution_v165< RealType >:

Public Member Functions

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

Static Public Member Functions

static RealType f (RealType x)
 

Detailed Description

template<class RealType = double>
struct boost::random::detail::unit_normal_distribution_v165< RealType >

Definition at line 149 of file Boost165NormalDistribution.hpp.

Member Function Documentation

◆ f()

template<class RealType = double>
static RealType boost::random::detail::unit_normal_distribution_v165< RealType >::f ( RealType  x)
inlinestatic

Definition at line 210 of file Boost165NormalDistribution.hpp.

◆ generate_tail_v165()

template<class RealType = double>
template<class Engine >
RealType boost::random::detail::unit_normal_distribution_v165< RealType >::generate_tail_v165 ( Engine &  eng)
inline

Definition at line 222 of file Boost165NormalDistribution.hpp.

◆ operator()()

template<class RealType = double>
template<class Engine >
RealType boost::random::detail::unit_normal_distribution_v165< RealType >::operator() ( Engine &  eng)
inline

Definition at line 152 of file Boost165NormalDistribution.hpp.


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