MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/random_tests.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16BOOST_FIXTURE_TEST_SUITE(random_tests, BasicTestingSetup)
17
18BOOST_AUTO_TEST_CASE(osrandom_tests)
19{
20 BOOST_CHECK(Random_SanityCheck());
21}
22
23BOOST_AUTO_TEST_CASE(fastrandom_tests_deterministic)
24{

Callers

nothing calls this directly

Calls 15

Random_SanityCheckFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
countMethod · 0.80
rand_uniform_delayMethod · 0.80
rand32Method · 0.80
randbitsMethod · 0.80
rand256Method · 0.80
randbytesMethod · 0.80
randrangeMethod · 0.80
FastRandomContextClass · 0.50
rand64Method · 0.45

Tested by

no test coverage detected