You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/experimental/algorithms/alg.random.sample
Eric Fiselier 917af0a073 Implement C++17 std::sample.
This patch implements the std::sample function added to C++17 from LFTS. It
also removes the std::experimental::sample implementation which now forwards
to std::sample.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@279948 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
sample.fail.cpp Implement C++17 std::sample. 9 years ago
sample.pass.cpp Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. 9 years ago
sample.stable.pass.cpp Implement std::experimental::sample. 11 years ago