This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: multi-variate distribution
2012/9/5 Paolo Carlini <paolo.carlini@oracle.com>:
> On 09/05/2012 01:57 AM, Ulrich Drepper wrote:
>>
>> On Mon, Sep 3, 2012 at 1:41 PM, Ulrich Drepper <drepper@gmail.com> wrote:
>>>
>>> I agree with these points and changed the code. The overall question
>>> stands, are these the best interfaces for the job?
>>
>> No comments?
>
> In general I agree with Daniel that additional distributions are great
> (assuming we do the work in ext/, as already discussed). One minor detail
> would be that in the past, with Gaby too, we agreed that code in ext should
> stil use "uglified" names, in principle. Thus, eg, __beta_distribution.
I agree very much with that direction.
- Daniel