aherbert opened a new pull request, #109:
URL: https://github.com/apache/commons-rng/pull/109

   Add support for generators included in JDK 17:
   
   L32X64Mix
   L64X128StarStar
   L64X128Mix
   L64X256Mix
   L64X1024Mix
   L128X128Mix
   L128X256Mix
   L128X1024Mix
   
   Added benchmark for support routines for computing the unsigned long
   multiplications in the 128-bit LCG (linear congruential generator).
   
   Added a benchmark for the jump function to allow comparison with the
   equivalent base XBG (xor-based generator).
   
   Added a faster carry computation than the method provided in the
   reference LXM paper.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to