jdk/test/java/math/BigInteger/BigIntegerTest.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 34538 b0705127fbba
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    38 import java.io.FileOutputStream;
    38 import java.io.FileOutputStream;
    39 import java.io.ObjectInputStream;
    39 import java.io.ObjectInputStream;
    40 import java.io.ObjectOutputStream;
    40 import java.io.ObjectOutputStream;
    41 import java.math.BigInteger;
    41 import java.math.BigInteger;
    42 import java.util.Random;
    42 import java.util.Random;
       
    43 import jdk.testlibrary.RandomFactory;
    43 
    44 
    44 /**
    45 /**
    45  * This is a simple test class created to ensure that the results
    46  * This is a simple test class created to ensure that the results
    46  * generated by BigInteger adhere to certain identities. Passing
    47  * generated by BigInteger adhere to certain identities. Passing
    47  * this test is a strong assurance that the BigInteger operations
    48  * this test is a strong assurance that the BigInteger operations