Home
last modified time | relevance | path

Searched refs:max_rand (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp90 static const std::size_t max_rand = USHRT_MAX; member
H A Dconvex_hull_sample.cpp60 tmp_vec[j++] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()()
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 ()()