You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2022/08/23 13:24:00 UTC

[jira] [Resolved] (LANG-1604) Deprecate RandomUtils in favor of Apache Commons RNG UniformRandomProvider

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

Gary D. Gregory resolved LANG-1604.
-----------------------------------
    Fix Version/s: 3.13.0
                       (was: 4.0)
       Resolution: Fixed

> Deprecate RandomUtils in favor of Apache Commons RNG UniformRandomProvider
> --------------------------------------------------------------------------
>
>                 Key: LANG-1604
>                 URL: https://issues.apache.org/jira/browse/LANG-1604
>             Project: Commons Lang
>          Issue Type: Sub-task
>            Reporter: Gilles Sadowski
>            Priority: Major
>             Fix For: 3.13.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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.20.10#820010)