[cfe-commits] [libcxx] r104575 - in /libcxx/trunk: include/ test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/

Chris Lattner clattner at apple.com
Mon May 24 19:41:20 PDT 2010


On May 24, 2010, at 5:27 PM, Howard Hinnant wrote:

> Author: hhinnant
> Date: Mon May 24 19:27:34 2010
> New Revision: 104575
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=104575&view=rev
> Log:
> [rand.dist.samp.plinear].  This means we've got a fully tested and 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>).

Nice!  It would be great if <algorithm> doesn't end up pulling in much of <random> just to get the *shuffle bits.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100524/148058f0/attachment.html>


More information about the cfe-commits mailing list