Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dsample.stable.pass.cpp37 const unsigned kSampleSize = 20; in test_stability() local
46 std::sample(first, last, out, kSampleSize, g); in test_stability()
47 unstable |= !std::is_sorted(oa, oa + kSampleSize); in test_stability()