跳转至

Java Math

java.util.Random

Random rand = new Random(47);
rand.nextInt(100);  // 生成[0, 100)区间内的随机数