Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp102 point<T> GenerateRNDPoint(std::size_t& count, rng_functor_type random, std::size_t rand_max) { in GenerateRNDPoint()
/oneTBB/src/tbb/
H A Dtask_dispatcher.h159 execution_data_ext& ed, arena& a, unsigned arena_index, FastRandom& random, in steal_or_get_critical()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp822 HeavyMixTestBody( tbb::enumerable_thread_specific<utils::FastRandom<>>& random, in HeavyMixTestBody()
854 tbb::enumerable_thread_specific<utils::FastRandom<>> random( init_random ); in HeavyMixTest() local