import java.util.Random; public class Test { public static void test() { (new Random()).nextInt(); } }