Demonstrating a bug in java.util.Random

This commit is contained in:
marcin.sciesinski
2019-09-20 13:03:47 -07:00
parent ba6476f51f
commit f05571ee49

View File

@@ -80,8 +80,10 @@ public class HobbitDraftTest {
private static void testRandomness() {
doRandomTest(4, false);
doRandomTest(3, false);
System.out.println("WTF!!!!");
System.out.println("WTF!!!!");
System.out.println("WTF!!!!");
doRandomTest(3, false);
doRandomTest(4, true);
doRandomTest(3, true);
}