Mersenne-Twister
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
Mersenne-Twister
is there a 64 bit version of Mersenne-Twister supported in quickbms?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mersenne-Twister
The comment in myenc.c leaves me no hopes:
// I tried to implement mersenne but both the two implementations I found didn't work... and exist tons of implementations
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
Re: Mersenne-Twister
did you try these?
http://www.math.sci.hiroshima-u.ac.jp/m ... 19937-64.c
https://roncharlton.org/mt19937-64VB.zip
https://clickhouse.tech/codebrowser/htm ... r.hpp.html
https://github.com/datastax/cpp-driver/ ... 937_64.hpp
https://github.com/farces/mt19937_64/bl ... 9937_64.go
https://dcrewi.github.io/rust-mersenne- ... html#34-37
http://www.math.sci.hiroshima-u.ac.jp/m ... 19937-64.c
https://roncharlton.org/mt19937-64VB.zip
https://clickhouse.tech/codebrowser/htm ... r.hpp.html
https://github.com/datastax/cpp-driver/ ... 937_64.hpp
https://github.com/farces/mt19937_64/bl ... 9937_64.go
https://dcrewi.github.io/rust-mersenne- ... html#34-37
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mersenne-Twister
how can I implement so many different versions in quickbms?
it's better to put the specific code in the script and calling it via calldll
it's better to put the specific code in the script and calling it via calldll