MCPcopy Create free account
hub / github.com/ElementsProject/elements / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/random_tests.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14BOOST_FIXTURE_TEST_SUITE(random_tests, BasicTestingSetup)
15
16BOOST_AUTO_TEST_CASE(osrandom_tests)
17{
18 BOOST_CHECK(Random_SanityCheck());
19}
20
21BOOST_AUTO_TEST_CASE(fastrandom_tests)
22{

Callers

nothing calls this directly

Calls 15

Random_SanityCheckFunction · 0.85
GetRandFunction · 0.85
GetRandIntFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
countMethod · 0.80
rand32Method · 0.80
rand64Method · 0.80
randbitsMethod · 0.80
randbytesMethod · 0.80
rand256Method · 0.80
randrangeMethod · 0.80

Tested by

no test coverage detected