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
========= Summary results of Crush =========
Version: TestU01 1.2.3
Generator:
Number of statistics: 144
Total CPU time: 00:23:31.56
The following tests gave p-values outside [0.001, 0.9990]:
(eps means a value < 1.0e-300):
(eps1 means a value < 1.0e-15):
Test p-value
----------------------------------------------
3 CollisionOver, t = 2 0.9998
71 LinearComp, r = 0 1 - 8.3e-5
----------------------------------------------
All other tests were passed
I'm surprised that this test passes on my x86_64-linux-gnu but not on M1 Pro... Beside, I also tested StableRNG agains PractRand a couple of weeks ago, and there was also a "problem" there. I'm not sure what to do about this though, except introducing another stable RNG, e.g. StableXoshiro, which could extend the scope of this package by providing a modern all-purpose RNG (suitable e.g. for simulations). Ref: https://discourse.julialang.org/t/saving-rng-state-reproducibility-in-large-scale-monte-carlo-simulations/89408
I'm getting
when running
on the following system
The text was updated successfully, but these errors were encountered: