Update testRandom
Compare changes
+ 67
− 22
@@ -255,30 +255,42 @@ int main(int argc, char* argv[]) {
@@ -288,24 +300,48 @@ int main(int argc, char* argv[]) {
@@ -314,6 +350,15 @@ int main(int argc, char* argv[]) {
I updated the testRandom example by replacing the criteria numbers we used by the standard errors expected (times 5 for 5 sigma), this should fix this test from failing. I tested it and so far it doesn't seem to fail anymore.