Searched defs:exponential_distribution (Results 1 – 4 of 4) sorted by relevance
243 class exponential_distribution class296 explicit exponential_distribution(RealType lambda_arg = RealType(1.0)) in exponential_distribution() function in boost::random::exponential_distribution302 explicit exponential_distribution(const param_type& parm) in exponential_distribution() function in boost::random::exponential_distribution350 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, exponential_distribution, ed) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument357 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, exponential_distribution, ed) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument367 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(exponential_distribution, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
71 exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function73 explicit exponential_distribution(result_type lambda) : param_(lambda) {} in exponential_distribution() function75 explicit exponential_distribution(const param_type& p) : param_(p) {} in exponential_distribution() function
60 class exponential_distribution class66 exponential_distribution(RealType l_lambda = 1) in exponential_distribution() function in boost::math::exponential_distribution