summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/algorithms/alg.random.sample
Commit message (Expand)AuthorAgeFilesLines
* Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-013-244/+0
* Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
* Implement C++17 std::sample.Eric Fiselier2016-08-281-3/+5
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-282-9/+12
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-191-6/+6
* Implement std::experimental::sample.Evgeniy Stepanov2015-05-133-0/+235
OpenPOWER on IntegriCloud