private static int GenerateRandomNumber(int seed, int max) { return new Random(seed).Next(max); } 在我的机器上,执行此循环将经过1500次迭代产生相同的数字:
確定! 回上一頁