随机列表<T>

夙愿已清 提交于 2020-08-09 10:30:01

问题:

What is the best way to randomize the order of a generic list in C#? 在C#中随机化泛型列表顺序的最佳方法是什么? I've got a finite set of 75 numbers in a list I would like to assign a random order to, in order to draw them for a lottery type application. 为了给彩票类型的应用程序绘制一个数字,我想分配一个随机顺序的列表中有75个数字的有限集合。


解决方案:

参考一: https://stackoom.com/question/196H/随机列表-T
参考二: https://oldbug.net/q/196H/Randomize-a-List-T
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!