This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: libstdc++ release notes for GCC 4.8


 
 
 
On 10/30/12, Ulrich Drepper<drepper@gmail.com> wrote:
 
On Tue, Oct 30, 2012 at 6:04 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> Could you each provide a brief sentence or two describing your changes
> to the random distributions so we can add something to
> http://gcc.gnu.org/gcc-4.8/changes.html ?

There are four types of changes:

...

- new random number distributions beta_distribution,
normal_mv_distribution, rice_distribution, nakagami_distribution,
pareto_distribution, k_distribution, arcsine_distribution,
hoyt_distribution

------------------------------------------------------------------------------
Pretty much sums it up...
* The mulch-variate normal distribution, normal_mv_distribution, was added as an extension.
* Several new single-variable continuous random number distributions were added as extensions: beta_distribution, rice_distribution, nakagami_distribution, pareto_distribution, k_distribution, arcsine_distribution, and hoyt_distribution.
------------------------------------------------------------------------------

...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]