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

Method GetDeterministicRandomizer

src/net.cpp:2885–2888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2883}
2884
2885CSipHasher CConnman::GetDeterministicRandomizer(uint64_t id) const
2886{
2887 return CSipHasher(nSeed0, nSeed1).Write(id);
2888}
2889
2890uint64_t CConnman::CalculateKeyedNetGroup(const CAddress& ad) const
2891{

Callers 1

RelayAddressFunction · 0.80

Calls 2

CSipHasherClass · 0.85
WriteMethod · 0.45

Tested by

no test coverage detected