You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2016/03/26 19:46:25 UTC

[jira] [Updated] (MATH-1336) 64-bits based RNG

     [ https://issues.apache.org/jira/browse/MATH-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles updated MATH-1336:
-------------------------
    Description: 
All current RNG implementations (in package {{o.a.c.m.random}}) generates 32 random bits (per call to the lower-level _"next"_ method).

New implementations that generate 64 bits per call will be provided (in package {{o.a.c.m.rng}}).

  was:
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.


> 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
>              Labels: performance
>             Fix For: 4.0
>
>
> All current RNG implementations (in package {{o.a.c.m.random}}) generates 32 random bits (per call to the lower-level _"next"_ method).
> New implementations that generate 64 bits per call will be provided (in package {{o.a.c.m.rng}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)