diff options
author | Jack Lloyd <[email protected]> | 2018-03-06 15:40:20 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-06 15:40:20 -0500 |
commit | 7cf75ca96b13ab9364cb39e5fc28bd2779f1e159 (patch) | |
tree | 9b3182dc6e7bbeed2ce7dfc0b156467eefa0bdec /src/tests/test_bigint.cpp | |
parent | 0c30178c88513320ec2e515a5ae2f2748c45844b (diff) |
Increase sample count in random_integer Chi-square test
Diffstat (limited to 'src/tests/test_bigint.cpp')
-rw-r--r-- | src/tests/test_bigint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_bigint.cpp b/src/tests/test_bigint.cpp index b095c8a6a..9e3d71874 100644 --- a/src/tests/test_bigint.cpp +++ b/src/tests/test_bigint.cpp @@ -139,7 +139,7 @@ class BigInt_Unit_Tests final : public Test result.start_timer(); - const size_t SAMPLES = 50000; + const size_t SAMPLES = 500000; const uint64_t range_min = 0; const uint64_t range_max = 100; |