Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove std::experimental::sample; use std::sample instead. See ↵ | Marshall Clow | 2018-02-01 | 1 | -53/+0 |
| | | | | | | https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323979 | ||||
* | Implement std::experimental::sample. | Evgeniy Stepanov | 2015-05-13 | 1 | -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 |