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

Comparing jsr166/src/test/loops/NavigableMapCheck.java (file contents):
Revision 1.3 by dl, Wed Apr 19 15:10:47 2006 UTC vs.
Revision 1.4 by dl, Mon Feb 19 00:46:06 2007 UTC

# Line 506 | Line 506 | public class NavigableMapCheck {
506          Stats(double t) { least = t; }
507      }
508  
509 <    static Random rng = new Random();
509 >    static Random rng = new Random(111);
510  
511      static void shuffle(Integer[] keys) {
512          int size = keys.length;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines