summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/algorithms/alg.random.sample/sample.stable.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove std::experimental::sample; use std::sample instead. See ↵Marshall Clow2018-02-011-53/+0
| | | | | | https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323979
* Implement std::experimental::sample.Evgeniy Stepanov2015-05-131-0/+53
Following specification in "C++ Extensions for Library Fundamentals": http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4480.html#alg.random.sample llvm-svn: 237264
OpenPOWER on IntegriCloud