Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dbinomial_distribution.h55 friend class binomial_distribution; variable
64 _LIBCPP_HIDE_FROM_ABI binomial_distribution() : binomial_distribution(1) {} in binomial_distribution() function
71 _LIBCPP_HIDE_FROM_ABI explicit binomial_distribution(const param_type& __p) : __p_(__p) {} in binomial_distribution() function