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