[#CConnman-GetDeterministicRandomizer] = xref:CConnman.adoc[CConnman]::GetDeterministicRandomizer :relfileprefix: ../ :mrdocs: Get a unique deterministic randomizer. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CSipHasher.adoc[CSipHasher] GetDeterministicRandomizer(uint64_t id) const; ---- == Return Value a SipHasher seeded deterministically from the connection seeds and id. == Parameters [cols="1,4"] |=== | Name| Description | *id* | a salt identifying the randomizer to derive. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#