Re: Add Rice distribution to libstdc++

2012-09-16 Thread Ed Smith-Rowland
On 09/16/2012 06:29 PM, Paolo Carlini wrote: On 09/16/2012 11:18 PM, Paolo Carlini wrote: On 09/16/2012 10:02 PM, Marc Glisse wrote: On Sun, 16 Sep 2012, Ed Smith-Rowland wrote: This adds the Rice distribution to the C++11 facility and a Gnu extension. Hello, libstdc++ not in copy? The c

Re: Add Rice distribution to libstdc++

2012-09-16 Thread Paolo Carlini
On 09/16/2012 10:02 PM, Marc Glisse wrote: On Sun, 16 Sep 2012, Ed Smith-Rowland wrote: This adds the Rice distribution to the C++11 facility and a Gnu extension. Hello, libstdc++ not in copy? The change to beta_distribution is not mentioned in the ChangeLog. You don't appear to have a te

Re: Add Rice distribution to libstdc++

2012-09-16 Thread Paolo Carlini
Hi >This adds the Rice distribution to the C++11 facility and a >Gnu extension. Thanks. I realize now that the features we have been adding to include/ext/random should be tested in testsuite/ext/random. If nobody beats me one of these days I will take care of the move. Paolo

Re: Add Rice distribution to libstdc++

2012-09-16 Thread Marc Glisse
On Sun, 16 Sep 2012, Ed Smith-Rowland wrote: This adds the Rice distribution to the C++11 facility and a Gnu extension. Hello, libstdc++ not in copy? The change to beta_distribution is not mentioned in the ChangeLog. You don't appear to have a test like those added for PR 54376, and like

Add Rice distribution to libstdc++

2012-09-16 Thread Ed Smith-Rowland
This adds the Rice distribution to the C++11 facility and a Gnu extension. 2012-09-14 Edward Smith-Rowland <3dw...@verizon.net> * include/ext/random: Add __gnu_cxx::rice_distribution<> class. * include/ext/random.tcc: Add out-of-line functions for __gnu_cxx::rice_dist