[
https://issues.apache.org/jira/browse/ISIS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber updated ISIS-2117:
-----------------------------
Summary: Don't use shared instances of 'Random' (was: Replace instances of
Math.random with Random.nextDouble.)
> Don't use shared instances of 'Random'
> --------------------------------------
>
> 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)