Lines Matching refs:Random
43 class Random { class
58 ~Random() { in ~Random()
74 thread_local Random::State* Random::mState = nullptr;
407 void create(Random& rnd) { in create()
431 void destroy(Random& rnd) { in destroy()
469 std::pair<tbb::task_arena*, std::size_t> acquire(Random& rnd, ScopedLock& lock) { in acquire()
508 static Random threadRandom;
532 static void do_it(Random& r) { in do_it()
539 static void do_it(Random& r) { in do_it()
546 static void do_it(Random& r) { in do_it()
592 static void do_it(Random& rnd) { in do_it()