[#BloombergLP-bslh-SeededHash-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/SeededHash.adoc[SeededHash]::SeededHash :relfileprefix: ../../../ :mrdocs: Create a `bslh::SeededHash` using the specified `seedGenerator`. == Synopsis Declared in `<bslh_seededhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SeededHash(SEED_GENERATOR& seedGenerator); ---- == Description Create a `bslh::SeededHash` which will use the specified `seedGenerator` to initialize the seed that will be passed to the (template parameter) type `HASH_ALGORITHM` when it is used. `SEED_GENERATOR` must be copy‐constructible to use this constructor. == Parameters [cols="1,4"] |=== | Name| Description | *seedGenerator* | seed generator used to initialize the seed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#