Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dexponential_distribution.h38 result_type __lambda_; global() variable
43 explicit param_type(result_type __lambda = 1) : __lambda_(__lambda) {} __lambda_() function