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

Method prevector_tester

src/test/prevector_tests.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 prevector_tester() {
211 SeedInsecureRand();
212 rand_seed = InsecureRand256();
213 rand_cache = FastRandomContext(rand_seed);
214 }
215};
216
217BOOST_AUTO_TEST_CASE(PrevectorTestInt)

Callers

nothing calls this directly

Calls 3

SeedInsecureRandFunction · 0.85
InsecureRand256Function · 0.85
FastRandomContextClass · 0.85

Tested by

no test coverage detected