You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/03/25 16:19:44 UTC

[GitHub] [commons-rng] aherbert opened a new pull request #33: RNG-87: Advance MultiplyWithCarry256 state one index per nextInt() call.

aherbert opened a new pull request #33: RNG-87: Advance MultiplyWithCarry256 state one index per nextInt() call.
URL: https://github.com/apache/commons-rng/pull/33
 
 
   This avoids an `if` statement check and marginally improves performance (see the Jira ticket [RNG-87](https://issues.apache.org/jira/browse/RNG-87)).
   
   It has the advantage of not advancing the state further ahead than necessary.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services