C#随机数

var ran = new Random();

ran.Next(99);   //随机数值

原文地址:https://www.cnblogs.com/AbelAngelo/p/13266049.html