[ 
https://issues.apache.org/jira/browse/LANG-1604?focusedWorklogId=802593&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802593
 ]

ASF GitHub Bot logged work on LANG-1604:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Aug/22 18:51
            Start Date: 22/Aug/22 18:51
    Worklog Time Spent: 10m 
      Work Description: rednikeeg commented on code in PR #936:
URL: https://github.com/apache/commons-lang/pull/936#discussion_r951795022


##########
src/main/java/org/apache/commons/lang3/RandomUtils.java:
##########
@@ -30,8 +30,10 @@
  * a better choice for applications with more stringent requirements
  * (performance and/or correctness).</p>
  *
+ * @deprecated for more optimized implementation from commons-rng

Review Comment:
   Added reference





Issue Time Tracking
-------------------

    Worklog Id:     (was: 802593)
    Time Spent: 1h 10m  (was: 1h)

> 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
>            Priority: Major
>             Fix For: 4.0
>
>          Time Spent: 1h 10m
>  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)

Reply via email to