jdk/test/java/util/SplittableRandom/SplittableRandomTest.java
changeset 30046 cf2c86e1819e
parent 19609 108f52a7438f
equal deleted inserted replaced
30045:719de2e9d356 30046:cf2c86e1819e
    37 /**
    37 /**
    38  * @test
    38  * @test
    39  * @run testng SplittableRandomTest
    39  * @run testng SplittableRandomTest
    40  * @run testng/othervm -Djava.util.secureRandomSeed=true SplittableRandomTest
    40  * @run testng/othervm -Djava.util.secureRandomSeed=true SplittableRandomTest
    41  * @summary test methods on SplittableRandom
    41  * @summary test methods on SplittableRandom
       
    42  * @key randomness
    42  */
    43  */
    43 @Test
    44 @Test
    44 public class SplittableRandomTest {
    45 public class SplittableRandomTest {
    45 
    46 
    46     // Note: this test was copied from the 166 TCK SplittableRandomTest test
    47     // Note: this test was copied from the 166 TCK SplittableRandomTest test