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

Public Member Functions

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

Static Public Member Functions

static RealType f (RealType x)
 

Detailed Description

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

Definition at line 203 of file Boost165ExponentialDistribution.hpp.

Member Function Documentation

◆ f()

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

Definition at line 243 of file Boost165ExponentialDistribution.hpp.

◆ operator()()

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

Definition at line 206 of file Boost165ExponentialDistribution.hpp.


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