mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: Seed test RNG context for each test case, print seed
This commit is contained in:
parent
ab765c2ec7
commit
fae43a97ca
9 changed files with 46 additions and 15 deletions
|
|
@ -1036,7 +1036,7 @@ BOOST_AUTO_TEST_CASE(util_IsHexNumber)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(util_seed_insecure_rand)
|
||||
{
|
||||
SeedInsecureRand(true);
|
||||
SeedInsecureRand(SeedRand::ZEROS);
|
||||
for (int mod=2;mod<11;mod++)
|
||||
{
|
||||
int mask = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue