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

Method GetDeterministicRandomizer

src/net.cpp:4215–4218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4213}
4214
4215CSipHasher CConnman::GetDeterministicRandomizer(uint64_t id) const
4216{
4217 return CSipHasher(nSeed0, nSeed1).Write(id);
4218}
4219
4220uint64_t CConnman::CalculateKeyedNetGroup(const CNetAddr& address) const
4221{

Callers 2

RelayAddressMethod · 0.80
connman.cppFile · 0.80

Calls 2

CSipHasherClass · 0.85
WriteMethod · 0.45

Tested by

no test coverage detected