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 Sadowski (Jira)" <ji...@apache.org> on 2020/08/25 14:02:00 UTC

[jira] [Created] (LANG-1604) Deprecate the "RandomUtils" class

Gilles Sadowski created LANG-1604:
-------------------------------------

             Summary: Deprecate the "RandomUtils" class
                 Key: LANG-1604
                 URL: https://issues.apache.org/jira/browse/LANG-1604
             Project: Commons Lang
          Issue Type: Sub-task
            Reporter: Gilles Sadowski
             Fix For: 4.0


The [RandomUtils|https://gitbox.apache.org/repos/asf?p=commons-lang.git;a=blob;f=src/main/java/org/apache/commons/lang3/RandomUtils.java;h=b1c7f0fb147c586a57cd498734bfb5bc92f19f37;hb=HEAD] class only provides syntactic sugar around the (weak and slow) JDK's {{java.util.Random}} class.
The [Commons RNG|http://commons.apache.org/proper/commons-rng/] component provides many (strong and fast) generators.

See also the [discussion|https://markmail.org/message/7su7lgojfu4bamaw] on the "dev" ML.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)