Chaste
Release::2018.1
|
Public Types | |
typedef exponential_distribution_v165 | distribution_type |
Public Member Functions | |
param_type (RealType lambda_arg=RealType(1.0)) | |
RealType | lambda () const |
BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR (os, param_type, parm) | |
BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR (is, param_type, parm) | |
BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR (param_type, lhs, rhs) | |
Private Attributes | |
RealType | _lambda |
Definition at line 273 of file Boost165ExponentialDistribution.hpp.
|
inline |
Constructs parameters with a given lambda.
Requires: lambda > 0
Definition at line 283 of file Boost165ExponentialDistribution.hpp.
References boost::random::exponential_distribution_v165< RealType >::param_type::_lambda.
Referenced by boost::random::exponential_distribution_v165< RealType >::param().
|
inline |
Returns true if the two sets of parameters are equal.
Definition at line 304 of file Boost165ExponentialDistribution.hpp.
|
inline |
Reads the parameters from a std::istream
.
Definition at line 297 of file Boost165ExponentialDistribution.hpp.
|
inline |
Writes the parameters to a std::ostream
.
Definition at line 290 of file Boost165ExponentialDistribution.hpp.
|
inline |
Returns the lambda parameter of the distribution.
Definition at line 287 of file Boost165ExponentialDistribution.hpp.
References boost::random::exponential_distribution_v165< RealType >::param_type::_lambda.
Referenced by boost::random::exponential_distribution_v165< RealType >::param().
|
private |
Returns true if the two sets of parameters are different.
Definition at line 313 of file Boost165ExponentialDistribution.hpp.
Referenced by boost::random::exponential_distribution_v165< RealType >::param_type::lambda(), boost::random::exponential_distribution_v165< RealType >::lambda(), boost::random::exponential_distribution_v165< RealType >::operator()(), boost::random::exponential_distribution_v165< RealType >::param(), and boost::random::exponential_distribution_v165< RealType >::param_type::param_type().