Searched refs:kSampleSize (Results 1 – 1 of 1) sorted by relevance
37 const unsigned kSampleSize = 20; in test_stability() local46 std::sample(first, last, out, kSampleSize, g); in test_stability()47 unstable |= !std::is_sorted(oa, oa + kSampleSize); in test_stability()