From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 528 invoked by alias); 24 Jul 2014 21:15:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 493 invoked by uid 89); 24 Jul 2014 21:15:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qg0-f47.google.com Received: from mail-qg0-f47.google.com (HELO mail-qg0-f47.google.com) (209.85.192.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 24 Jul 2014 21:15:31 +0000 Received: by mail-qg0-f47.google.com with SMTP id i50so4007481qgf.6 for ; Thu, 24 Jul 2014 14:15:28 -0700 (PDT) X-Received: by 10.224.114.74 with SMTP id d10mr8999704qaq.33.1406236528851; Thu, 24 Jul 2014 14:15:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.69.134 with HTTP; Thu, 24 Jul 2014 14:15:08 -0700 (PDT) In-Reply-To: <20140723102908.GM2361@redhat.com> References: <87a98eow4m.fsf@x240.local.i-did-not-set--mail-host-address--so-tickle-me> <20140723102908.GM2361@redhat.com> From: Ulrich Drepper Date: Thu, 24 Jul 2014 22:14:00 -0000 Message-ID: Subject: Re: [PATCH] libstdc++: add uniform on sphere distribution To: Jonathan Wakely Cc: "libstdc++@gcc.gnu.org" , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-07/txt/msg01697.txt.bz2 On Wed, Jul 23, 2014 at 6:29 AM, Jonathan Wakely wrote: > As an aside, we already have divide-by-zero bugs in , it > would be nice if someone could look at that. I'll take a look at this soon.