Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_generate.h
H A Dgenerate.h22 generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate()
H A Dgenerate_n.h23 generate_n(_OutputIterator __first, _Size __orig_n, _Generator __gen) { in generate_n()
/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h89 uniform_real_distribution<double> __gen; in operator() local
H A Dcauchy_distribution.h101 uniform_real_distribution<result_type> __gen; in operator() local
H A Dbinomial_distribution.h134 uniform_real_distribution<double> __gen; in operator() local
H A Ddiscrete_distribution.h173 uniform_real_distribution<double> __gen; in operator() local