bd2019us opened a new pull request #673: Replace instances of Math.random with 
Random.nextDouble
URL: https://github.com/apache/lucene-solr/pull/673
 
 
   There is a performance overhead associated with Math.random these is 
unassociated with Random.nextDouble, which performs the same functionality as 
Math.random. Switching to Random.nextdouble removes this redundancy overhead.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to