Searched refs:random_fill (Results 1 – 6 of 6) sorted by relevance
32 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()48 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()64 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()
129 add_compute_test("algorithm.random_fill" test_random_fill.cpp)
25 inline void random_fill(OutputIterator first, in random_fill() function35 random_fill(OutputIterator first, in random_fill() function
23 struct random_fill struct43 std::generate(v.begin(), v.end(), random_fill()); // randomly fill the vector in main() argument
30 struct random_fill struct49 std::generate(v.begin(), v.end(), random_fill()); // randomly fill the vector in main() argument