summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval_param.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-92/+0
| | | | llvm-svn: 224658
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-111-0/+2
| | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* [rand.dist.samp.plinear]. This means we've got a fully tested and ↵Howard Hinnant2010-05-251-0/+90
functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>). llvm-svn: 104575
OpenPOWER on IntegriCloud