Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h59 bernoulli_distribution() : bernoulli_distribution(0.5) {} bernoulli_distribution() function
61 explicit bernoulli_distribution(double __p) : __p_(param_type(__p)) {} bernoulli_distribution() function
67 explicit bernoulli_distribution(const param_type& __p) : __p_(__p) {} bernoulli_distribution() function
[all...]