Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ RandomData
Function
RandomData
src/test/bloom_tests.cpp:443–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
static std::vector<unsigned char> RandomData()
444
{
445
uint256 r = InsecureRand256();
446
return std::vector<unsigned char>(r.begin(), r.end());
447
}
448
449
BOOST_AUTO_TEST_CASE(rolling_bloom)
450
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
3
InsecureRand256
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected