bd2019us created ISIS-2117:
------------------------------
Summary: Replace instances of Math.random with Random.nextDouble.
Key: ISIS-2117
URL: https://issues.apache.org/jira/browse/ISIS-2117
Project: Isis
Issue Type: Improvement
Reporter: bd2019us
Replace Math.random with Random.nextDouble. There is a performance overhead
cost when using Math.random over Random.nextDouble. Even moreso, the Random
class can allow for easier random manipulation in the future if needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)