CConnman::GetDeterministicRandomizer

Get a unique deterministic randomizer.

Synopsis

Declared in <net.h>

CSipHasher
GetDeterministicRandomizer(uint64_t id) const;

Return Value

a SipHasher seeded deterministically from the connection seeds and id.

Parameters

NameDescription
ida salt identifying the randomizer to derive.