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 2019/04/04 13:19:00 UTC

[jira] [Created] (LANG-1442) RandomUtils is outdated

Gilles created LANG-1442:
----------------------------

             Summary: RandomUtils is outdated
                 Key: LANG-1442
                 URL: https://issues.apache.org/jira/browse/LANG-1442
             Project: Commons Lang
          Issue Type: Wish
          Components: lang.*
            Reporter: Gilles
             Fix For: 3.9


Class uses [java.util.Random|http://commons.apache.org/proper/commons-rng/userguide/why_not_java_random.html] internally.
 Its Javadoc should advertise that "Commons RNG" provide [better implementations|http://commons.apache.org/proper/commons-rng/commons-rng-simple/index.html].

Moreover, since JDK 8, [another generator is available|https://docs.oracle.com/javase/8/docs/api/java/util/SplittableRandom.html].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)