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 2018/03/01 12:27:00 UTC

[jira] [Updated] (RNG-32) Implement more generators

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

Gilles updated RNG-32:
----------------------
    Labels: contributors gsoc2018 scope  (was: contributors scope)

> 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
>              Labels: contributors, gsoc2018, scope
>
> 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
(v7.6.3#76005)