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.13 by jsr166, Fri Sep 27 20:29:31 2013 UTC vs.
Revision 1.14 by jsr166, Sat Dec 21 21:32:34 2013 UTC

# Line 89 | Line 89 | public class SplittableRandomTest extend
89       * same values for nextLong.
90       */
91      public void testSeedConstructor() {
92 <        for (long seed = 2; seed < MAX_LONG_BOUND; seed += 15485863)  {
92 >        for (long seed = 2; seed < MAX_LONG_BOUND; seed += 15485863) {
93              SplittableRandom sr1 = new SplittableRandom(seed);
94              SplittableRandom sr2 = new SplittableRandom(seed);
95              for (int i = 0; i < REPS; ++i)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines