Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove std::experimental::sample; use std::sample instead. See https://libcxx... | Marshall Clow | 2018-02-01 | 1 | -150/+0 |
* | Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe... | Mehdi Amini | 2017-03-02 | 1 | -5/+9 |
* | Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. | Eric Fiselier | 2016-08-28 | 1 | -9/+9 |
* | Fix various undefined behavior found by UBSan. | Eric Fiselier | 2016-06-19 | 1 | -6/+6 |
* | Implement std::experimental::sample. | Evgeniy Stepanov | 2015-05-13 | 1 | -0/+146 |