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

Comparing jsr166/src/loops/LoopHelpers.java (file contents):
Revision 1.4 by jsr166, Fri Jan 18 04:23:28 2013 UTC vs.
Revision 1.5 by jsr166, Tue Feb 5 20:16:23 2013 UTC

# Line 32 | Line 32 | class LoopHelpers {
32      }
33  
34      /**
35 <     *  Computes a linear congruential random number a random number
36 <     *  of times.
35 >     * Computes a linear congruential random number a random number
36 >     * of times.
37       */
38      public static int compute2(int x) {
39          int loops = (x >>> 4) & 7;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines