llvm-project/libcxx/test/std/experimental/algorithms/alg.random.sample
Eric Fiselier e7154709e0 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.

llvm-svn: 279948
2016-08-28 22:14:37 +00:00
..
sample.fail.cpp Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
sample.pass.cpp Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. 2016-08-28 21:55:00 +00:00
sample.stable.pass.cpp