Searched refs:ia2 (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Drandom_shuffle.pass.cpp24 int ia2[] = {4, 1, 2, 3}; local
29 assert(std::equal(ia, ia+sa, ia2));
H A Drandom_shuffle_urng.pass.cpp24 int ia2[] = {1, 8, 3, 4, 6, 9, 5, 7, 2, 10}; local
30 assert(std::equal(ia, ia+sa, ia2));

Completed in 347 milliseconds