Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26D4A200BDA for ; Tue, 13 Dec 2016 19:46:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 255B7160B23; Tue, 13 Dec 2016 18:46:05 +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 94DFA160B07 for ; Tue, 13 Dec 2016 19:46:04 +0100 (CET) Received: (qmail 14294 invoked by uid 500); 13 Dec 2016 18:45:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 14240 invoked by uid 99); 13 Dec 2016 18:45:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 18:45:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 800192C03E4 for ; Tue, 13 Dec 2016 18:45:58 +0000 (UTC) Date: Tue, 13 Dec 2016 18:45:58 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (RNG-32) Implement more generators MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Dec 2016 18:46:05 -0000 Gilles created RNG-32: ------------------------- Summary: Implement more generators Key: RNG-32 URL: https://issues.apache.org/jira/browse/RNG-32 Project: Commons RNG Issue Type: Wish Reporter: Gilles Priority: Minor Commons RNG is focused on pure-Java implementations of standard deterministic generators. Quite a few algorithms could be added, but priority is on fast generators that generate sequences of _pseudo-random_ numbers; i.e. the requirement is strong _uniformity_, but *not* strong _unpredictability_ (a.k.a. _true_ random numbers). In particular, in Commons RNG, there is no provision for using an external entropy pool. Beware that some well-known (and much used) algorithms have been proven to fail spectacularly on the uniformity requirement. Would-be contributors should look at the {{commons-rng-core}} module for how to implement a generator, and at the {{commons-rng-examples}} module for how to test the uniformity requirement. -- This message was sent by Atlassian JIRA (v6.3.4#6332)