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/07/22 09:12:30 UTC

[GitHub] [commons-rng] AbhishekSinghDhadwal commented on a change in pull request #56: RNG: 84 - Added members of the PCG suite of generators.

AbhishekSinghDhadwal commented on a change in pull request #56: RNG: 84 - Added members of the PCG suite of generators.
URL: https://github.com/apache/commons-rng/pull/56#discussion_r305744742
 
 

 ##########
 File path: commons-rng-core/src/test/java/org/apache/commons/rng/core/ProvidersList.java
 ##########
 @@ -94,6 +97,8 @@
             add(LIST32, new XoRoShiRo64StarStar(new int[] {g.nextInt(), g.nextInt(), g.nextInt()}));
             add(LIST32, new XoShiRo128Plus(new int[] {g.nextInt(), g.nextInt(), g.nextInt()}));
             add(LIST32, new XoShiRo128StarStar(new int[] {g.nextInt(), g.nextInt(), g.nextInt()}));
+            add(LIST32, new PcgXshRr32(new long[] {g.nextLong(), g.nextLong()}));
 
 Review comment:
   Done.

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