< prev index next >

test/java/lang/Math/CubeRootTests.java

Print this page

        

*** 22,32 **** */ /* * @test * @library /lib/testlibrary/ ! * @build jdk.testlibrary.* * @run main CubeRootTests * @bug 4347132 4939441 8078672 * @summary Tests for {Math, StrictMath}.cbrt (use -Dseed=X to set PRNG seed) * @author Joseph D. Darcy * @key randomness --- 22,32 ---- */ /* * @test * @library /lib/testlibrary/ ! * @build jdk.testlibrary.RandomFactory * @run main CubeRootTests * @bug 4347132 4939441 8078672 * @summary Tests for {Math, StrictMath}.cbrt (use -Dseed=X to set PRNG seed) * @author Joseph D. Darcy * @key randomness
< prev index next >