C#中的 new Random()
摘要:
在C#中,产生随机数常用大方法是 new Random().Next(1,10)等方法。但是仔细发现会有个问题:看代码:for (int i = 0; i Initializes a new instance of the class, using the specified seed value... 阅读全文
posted @ 2015-08-05 18:06 华安 阅读(5351) 评论(1) 推荐(2)
浙公网安备 33010602011771号