From commits-return-61157-archive-asf-public=cust-asf.ponee.io@commons.apache.org Thu Feb 1 03:28:57 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id AB50F18066D for ; Thu, 1 Feb 2018 03:28:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9B839160C42; Thu, 1 Feb 2018 02:28:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EB3BE160C55 for ; Thu, 1 Feb 2018 03:28:56 +0100 (CET) Received: (qmail 8181 invoked by uid 500); 1 Feb 2018 02:28:55 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 8156 invoked by uid 99); 1 Feb 2018 02:28:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2018 02:28:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8150E3AA9; Thu, 1 Feb 2018 02:28:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Date: Thu, 01 Feb 2018 02:28:56 -0000 Message-Id: <176a131cd28a4d568fb9f9b035ccfb56@git.apache.org> In-Reply-To: <564b095dd0bc4576b5a4169ea7e4191b@git.apache.org> References: <564b095dd0bc4576b5a4169ea7e4191b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] commons-rng git commit: Reference. Reference. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8de0c365 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8de0c365 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8de0c365 Branch: refs/heads/master Commit: 8de0c3657a8d69992634092fdb51437a70b5dc43 Parents: 90ec4b1 Author: Gilles Authored: Thu Feb 1 03:25:08 2018 +0100 Committer: Gilles Committed: Thu Feb 1 03:25:08 2018 +0100 ---------------------------------------------------------------------- .../org/apache/commons/rng/sampling/distribution/package-info.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8de0c365/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/package-info.java ---------------------------------------------------------------------- diff --git a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/package-info.java b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/package-info.java index 1b75247..c98f99b 100644 --- a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/package-info.java +++ b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/package-info.java @@ -36,6 +36,8 @@ * * Algorithms are described in e.g. Luc Devroye (1986), chapter 9 * and chapter 10. + * + * This paper discusses Gaussian generators. */ package org.apache.commons.rng.sampling.distribution;