文章分类 -  程序开发文档

分享一个随机重排函数(C#)
摘要:/// /// Get the no repeat random array /// /// The min value of this random array /// The max value of this random array /// The result ranodm array's length /// The result random array static int[] GetNoRepeatRandomArray(int minNumber, int maxNumbe... 阅读全文

posted @ 2013-12-17 14:08 zhangsir 阅读(246) 评论(0) 推荐(0)