diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-26 09:14:19 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-09 11:20:12 -0400 |
commit | fae43a97ca947cd0802392e9bb86d9d0572c0fba (patch) | |
tree | ef72f69f145352b6c0a0a03cc5401711321e1e1b /src/test/bloom_tests.cpp | |
parent | ab765c2ec7db042142298cdd6ca9c2f04cca8598 (diff) |
test: Seed test RNG context for each test case, print seed
Diffstat (limited to 'src/test/bloom_tests.cpp')
-rw-r--r-- | src/test/bloom_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 4421494007..8ab6da3ce1 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -461,7 +461,7 @@ static std::vector<unsigned char> RandomData() BOOST_AUTO_TEST_CASE(rolling_bloom) { - SeedInsecureRand(/* deterministic */ true); + SeedInsecureRand(SeedRand::ZEROS); g_mock_deterministic_tests = true; // last-100-entry, 1% false positive: |