ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/LoopHelpers.java
(Generate patch)

Comparing jsr166/src/test/loops/LoopHelpers.java (file contents):
Revision 1.13 by jsr166, Sat Feb 16 20:50:29 2013 UTC vs.
Revision 1.14 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 63 | Line 63 | class LoopHelpers {
63          return x * 134775813 + 1;
64      }
65  
66
66      /**
67       * Yet another random number generator
68       */
# Line 118 | Line 117 | class LoopHelpers {
117          }
118      }
119  
121
120      /** Multiplication-free RNG from Marsaglia "Xorshift RNGs" paper */
121      public static final class MarsagliaRandom {
122          static final AtomicInteger seq = new AtomicInteger(3122688);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines