文件名称:Rando:标准C ++ Mersenne Twister pRNG的简单包装
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-03 17:29:42
C++
兰多 用于标准C ++ Mersenne Twister pRNG的简单包装。 使用Mersennes Twister进行的快速便捷的pRNG包括随时间播种的RNG,但是可以用不同的值重新播种以进行测试等。 Rando::rand() returns a double [0,1] pulled from a uniform distribution Rando::rand_normal() returns a double pulled from a normal distribution with average = 0 and variance = 1 Rando::seed(unsigned int S) seeds the RNG with S
【文件预览】:
Rando-master
----.gitignore(6KB)
----Rando.h(1KB)
----README.md(526B)
----.gitattributes(2KB)