issues
search
chaotic-society
/
theoretica
A C++ math library for scientific computing with a simple and elegant interface.
https://chaotic-society.github.io/theoretica/
GNU Lesser General Public License v3.0
21
stars
4
forks
source link
Implement other pseudorandom number generators
#24
Open
mattiaisgro
opened
2 years ago
mattiaisgro
commented
2 years ago
Implement common pseudorandom number generation techniques:
[x] Congruential
[x] Wyrand
[x] Xoshiro256++
[x] Splitmix64
[ ] RANLUX
[ ] Multiply-with-carry
[ ] MIXMAX
[ ] ACORN
[ ] Mersenne Twister
Implement common pseudorandom number generation techniques: