Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 019E518FCC for ; Fri, 11 Mar 2016 01:39:46 +0000 (UTC) Received: (qmail 54371 invoked by uid 500); 11 Mar 2016 01:39:40 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 54279 invoked by uid 500); 11 Mar 2016 01:39:40 -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 54268 invoked by uid 99); 11 Mar 2016 01:39:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 01:39:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A92F32C14F4 for ; Fri, 11 Mar 2016 01:39:40 +0000 (UTC) Date: Fri, 11 Mar 2016 01:39:40 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MATH-1336) 64-bits based RNG MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gilles created MATH-1336: ---------------------------- Summary: 64-bits based RNG Key: MATH-1336 URL: https://issues.apache.org/jira/browse/MATH-1336 Project: Commons Math Issue Type: New Feature Reporter: Gilles Assignee: Gilles Fix For: 4.0 All current RNG implementations (in package {{o.a.c.m.rng}}) generates 32 random bits (per call to the lower-level _"next"_ method). New implementations that generate 64 bits per call will be provided. -- This message was sent by Atlassian JIRA (v6.3.4#6332)