You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ansari Mohammed Sanan Mohammed Salam (JIRA)" <ji...@apache.org> on 2018/03/24 14:36:00 UTC

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

    [ https://issues.apache.org/jira/browse/RNG-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412635#comment-16412635 ] 

Ansari Mohammed Sanan Mohammed Salam commented on RNG-32:
---------------------------------------------------------

Hi, Gilles I want to work on this project.

> 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
>         Attachments: lsf.java
>
>
> 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)