ComputationalRadiationPhysics / haseongpu

HASEonGPU: High performance Amplified Spontaneous Emission on GPU
http://www.hzdr.de/crp
Other
7 stars 5 forks source link

Try Sobol QRNG instead of MersenneTwister PRNG #4

Open slizzered opened 10 years ago

slizzered commented 10 years ago

there are indications that it might converge faster that way.

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

ax3l commented 10 years ago

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...