Home
last modified time | relevance | path

Searched refs:GenerateRNDPoint (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() function
H A Dconvex_hull_bench.cpp253 points[i] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()()
276 tmp_vec[j++] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()()
659 points.push_back(util::GenerateRNDPoint<double>(count, &std::rand, RAND_MAX)); in serial_initialize()
H A Dconvex_hull_sample.cpp60 tmp_vec[j++] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()()