Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dexponential_distribution.h60 _LIBCPP_HIDE_FROM_ABI exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function
61 …_LIBCPP_HIDE_FROM_ABI explicit exponential_distribution(result_type __lambda) : __p_(param_type(__… in exponential_distribution() function
65 _LIBCPP_HIDE_FROM_ABI explicit exponential_distribution(const param_type& __p) : __p_(__p) {} in exponential_distribution() function