From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5160 invoked by alias); 13 Jul 2014 10:04:48 -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 5142 invoked by uid 89); 13 Jul 2014 10:04:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f49.google.com Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com) (209.85.192.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 13 Jul 2014 10:04:45 +0000 Received: by mail-qg0-f49.google.com with SMTP id 63so2383227qgz.22 for ; Sun, 13 Jul 2014 03:04:43 -0700 (PDT) X-Received: by 10.140.92.167 with SMTP id b36mr13633454qge.97.1405245883307; Sun, 13 Jul 2014 03:04:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.33.161 with HTTP; Sun, 13 Jul 2014 03:04:23 -0700 (PDT) In-Reply-To: <53C2504A.2010907@oracle.com> References: <87a98eow4m.fsf@x240.local.i-did-not-set--mail-host-address--so-tickle-me> <53C2504A.2010907@oracle.com> From: Ulrich Drepper Date: Sun, 13 Jul 2014 10:04:00 -0000 Message-ID: Subject: Re: [PATCH] libstdc++: add uniform on sphere distribution To: Paolo Carlini Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-07/txt/msg00901.txt.bz2 On Sun, Jul 13, 2014 at 5:24 AM, Paolo Carlini wrote: > are these dummy implementations intended? Yes. There is no state. The only parameter is the dimensionality which is a template parameter.