Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__random/
H A Dnegative_binomial_distribution.h39 result_type __k_; variable
45 …_LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __k = 1, double __p = 0.5) : __k_(__k), __p_… in __k_() function