You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuiFilipeCampos
changed the title
.tools.CubicInverseTransform is using wrong pRNG.
[BUG] .tools.CubicInverseTransform is using wrong pRNG.
Mar 31, 2022
I'm inclined to believe that using two completely independent random number generators, using completely different algorithms, generating numbers that essentially do not interact, should not affect the results. Except for the part that the quality of the pRNG in stdlib does not compare to MIXMAX. It likely affects results in this way, but likely not in an catastrophic manner.
Regardless, MontyCarlo simulates billions of particles, so this change is important because stdlib prng will fail.
This change should be done after MVP and only when I decide on the final structure of MontyCarlo, otherwise it's just lost time compiling on a low level matrix from hell.
RuiFilipeCampos
changed the title
[BUG] .tools.CubicInverseTransform is using wrong pRNG..tools.CubicInverseTransform is using wrong pRNG.
Apr 30, 2022
MontyCarlo/MontyCarlo/tools/CubicInverseTransform.pyx
Lines 234 to 269 in 224a821
Using old pRNG.
The text was updated successfully, but these errors were encountered: