高质量的c++随机数生成方法
admiz
35
0
ZIP
2018-12-07 09:12:11
如果觉得c++自带的rand()生成的随机数不理想,想使用高质量的快速随机数产生器boost::mt19337,但又没有安装boost库,然后又不想用c++ 11,那怎么办?用下面这个吧。
TestRand.zip
(预估有个9文件)
TestRand
TestRand
mt19937ar.h
569B
stdafx.h
276B
mt19937ar.cpp
6KB
TestRand.cpp
549B
TestRand.vcproj
5KB
Debug
stdafx.cpp
213B
ReadMe.txt
956B
Release
TestRand.suo
20KB
release
TestRand.sln
889B
debug
用户评论