Home
last modified time | relevance | path

Searched defs:exponential_distribution (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/random/
Dexponential_distribution.hpp243 class exponential_distribution class
296 explicit exponential_distribution(RealType lambda_arg = RealType(1.0)) in exponential_distribution() function in boost::random::exponential_distribution
302 explicit exponential_distribution(const param_type& parm) in exponential_distribution() function in boost::random::exponential_distribution
350 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, exponential_distribution, ed) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
357 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, exponential_distribution, ed) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
367 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(exponential_distribution, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexponential_distribution.h71 exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function
73 explicit exponential_distribution(result_type lambda) : param_(lambda) {} in exponential_distribution() function
75 explicit exponential_distribution(const param_type& p) : param_(p) {} in exponential_distribution() function
/third_party/abseil-cpp/absl/random/
Dexponential_distribution.h71 exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function
73 explicit exponential_distribution(result_type lambda) : param_(lambda) {} in exponential_distribution() function
75 explicit exponential_distribution(const param_type& p) : param_(p) {} in exponential_distribution() function
/third_party/boost/boost/math/distributions/
Dexponential.hpp60 class exponential_distribution class
66 exponential_distribution(RealType l_lambda = 1) in exponential_distribution() function in boost::math::exponential_distribution