C# Random.Next

Random.Next(maxValue);
maxValue
要生成的随机数的上限(随机数不能取该上限值)。 maxValue 必须大于或等于 0。

你可能感兴趣的:(c#)