Biegral 2019/1/20 19:25:39 2010
Random r = new Random();
int i = r.Next(j);
i就是生成的小于j的随机数字,j可以根据需要自行指定