< prev index next >

test/java/util/Random/DistinctSeeds.java

Print this page

        

*** 33,42 **** --- 33,43 ---- /* * @test * @bug 4949279 6937857 * @summary Independent instantiations of Random() have distinct seeds. + * @key randomness */ import java.util.ArrayList; import java.util.HashSet; import java.util.List;
< prev index next >