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

Comparing jsr166/src/test/tck/SplittableRandomTest.java (file contents):
Revision 1.10 by jsr166, Tue Sep 24 15:29:18 2013 UTC vs.
Revision 1.11 by jsr166, Tue Sep 24 16:39:38 2013 UTC

# Line 39 | Line 39 | public class SplittableRandomTest extend
39      static final int NCALLS = 10000;
40  
41      // max sampled int bound
42 <    static final int MAX_INT_BOUND = (1 << 28);
42 >    static final int MAX_INT_BOUND = (1 << 26);
43  
44      // max sampled long bound
45      static final long MAX_LONG_BOUND = (1L << 42);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines