1. 4
    Random random = new Random();
    random.setSeed(new SecureRandom().nextInt());
    random.nextInt();

是乱写的,还是有什么考虑?