We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://www.pcg-random.org/ See branch pcg
pcg
First without inlining 6% slower, now with inlining regained the 6% (5a39798) pcg quality is better, but only 64bit.
http://xoroshiro.di.unimi.it/xoroshiro128plus.c is broken.
The text was updated successfully, but these errors were encountered:
replace 32bit mersenne twister with pcg
41e3aa4
and added bounds argument for rand and num rand. See GH #99
40d9df3
dea2f7d
and added bounds argument for rand and num rand. See GH #99 But it is 6.8% slower than mt: 3m11.529s vs 2m58.521s for binarytrees.pn
29365e9
c2f5d16
rurban
No branches or pull requests
http://www.pcg-random.org/
See branch
pcg
First without inlining 6% slower, now with inlining regained the 6% (5a39798)
pcg quality is better, but only 64bit.
http://xoroshiro.di.unimi.it/xoroshiro128plus.c is broken.
The text was updated successfully, but these errors were encountered: