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/09/21 12:55:20 UTC

[jira] [Comment Edited] (RNG-16) Linear congruential generators

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

Gilles edited comment on RNG-16 at 9/21/16 12:54 PM:
-----------------------------------------------------

bq. The generator is defined by the protocol

Ah, OK.  Then, if every client software has to implement a generator (if the language provides a different one), then why not have the protocol define a good generator?
But maybe that the protocol cannot be changed anymore...



was (Author: erans):
bq The generator is defined by the protocol

Ah, OK.  Then, if every client software has to implement a generator (if the language provides a different one), then why not have the protocol define a good generator?
But maybe that the protocol cannot be changed anymore...


> Linear congruential generators
> ------------------------------
>
>                 Key: RNG-16
>                 URL: https://issues.apache.org/jira/browse/RNG-16
>             Project: Commons RNG
>          Issue Type: Improvement
>            Reporter: Emmanuel Bourg
>            Priority: Minor
>
> This is a RFE for implementing linear congruential generators:
> https://en.wikipedia.org/wiki/Linear_congruential_generator
> This type of random generator is often used in language runtimes (Borland C, GCC, Delphi, VB and even Java). Preconfigured generators using the same parameters as these languages would be convenient for reproducing the same number sequences in Java.



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