jdk/test/java/lang/Integer/BitTwiddle.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 37877 dae28a12fb38
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    31  * @author  Josh Bloch
    31  * @author  Josh Bloch
    32  * @key randomness
    32  * @key randomness
    33  */
    33  */
    34 
    34 
    35 import java.util.Random;
    35 import java.util.Random;
       
    36 import jdk.testlibrary.RandomFactory;
    36 import static java.lang.Integer.*;
    37 import static java.lang.Integer.*;
    37 
    38 
    38 public class BitTwiddle {
    39 public class BitTwiddle {
    39     private static final int N = 1000; // # of repetitions per test
    40     private static final int N = 1000; // # of repetitions per test
    40 
    41