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
The RandomInt, "should include min and max" unit test failed, which, if it were truly random and I if understand probability well enough, has a 1 in 20 trillion chance of happening (0.8 ^ 100).
randomInt positive numbers max: 5, min: 0 should include min and max (reason: Expected 2,1,1,3,2,2,1,4,4,5,4,2,4,5,3,2,3,2,3,1,5,1,2,4,3,1,4,3,3,2,1,1,1,4,2,3,5,4,3,2,1,1,1,1,2,3,1,1,3,3,2,3,3,5,1,3,3,2,4,2,2,2,4,4,1,4,1,1,5,4,5,3,3,2,3,4,3,1,3,2,2,4,2,4,2,2,3,5,3,2,4,3,4,1,1,2,5,2,5,4 to include 0.
The text was updated successfully, but these errors were encountered:
Sorry I've missed this, hope it did not bother you a lot meanwhile 😞
Of course it is pseudo-random, and probably CI did not have enough entropy collected yet for the job. Let me try to make it more reliable 🏃
Build: https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=317618
Changes: a58d48f...30dbfbb
The RandomInt, "should include min and max" unit test failed, which, if it were truly random and I if understand probability well enough, has a 1 in 20 trillion chance of happening (0.8 ^ 100).
The text was updated successfully, but these errors were encountered: