[
https://issues.apache.org/jira/browse/ISIS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bd2019us updated ISIS-2117:
---------------------------
Attachment: ISIS-2117.patch
> 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
> Priority: Trivial
> Attachments: ISIS-2117.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)