Skip to content
New issue

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

Try Sobol QRNG instead of MersenneTwister PRNG #4

Open
slizzered opened this issue Jul 8, 2014 · 1 comment
Open

Try Sobol QRNG instead of MersenneTwister PRNG #4

slizzered opened this issue Jul 8, 2014 · 1 comment

Comments

@slizzered
Copy link
Contributor

there are indications that it might converge faster that way.

also: removes the mersenne twister internal limit of 200 Blocks for the Kernels

@slizzered slizzered added this to the 1.5 - extended features milestone Jul 9, 2014
@ax3l
Copy link
Member

ax3l commented Jul 18, 2014

Keep in mind: linear-congruency-considered-harmful

Even if you get a result faster it does not mean it's the correct one.
I actually do not trust sobol sequences too much...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants