bd2019us created APEXCORE-819: --------------------------------- Summary: Use Random.nextdouble instead of Math.Random Key: APEXCORE-819 URL: https://issues.apache.org/jira/browse/APEXCORE-819 Project: Apache Apex Core Issue Type: Improvement Reporter: bd2019us
Instances of Math.Random can be replaced by Random.nextDouble to remove a performance overhead exclusively associated with Math.random. Furthermore, using the Random class allows for more precise control over the randomness if needed for future developement. -- This message was sent by Atlassian JIRA (v7.6.3#76005)