A fast equivalent for System.Random

来源:互联网 发布:python split多个空格 编辑:程序博客网 时间:2024/05/01 17:43

http://www.codeproject.com/csharp/fastrandom.asp

A fast equivalent for System.Random
By
colgreen

A simple and fast random number generator that can be substituted in place of System.Random, with extra methods and fast re-initialization. 

原创粉丝点击