[#BloombergLP-bslh-SeededHash-2constructor-0e5] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/SeededHash.adoc[SeededHash]::SeededHash :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslh_seededhash.h>` Create a `bslh::SeededHash` which will default construct the (template parameter) type `SEED_GENERATOR` to initialize the seed that will be passed to the (template parameter) type `HASH_ALGORITHM` when it is used. `SEED_GENERATOR` must be default constructible to use this constructor. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslh/SeededHash/2constructor-0ee.adoc[SeededHash](); ---- [.small]#xref:BloombergLP/bslh/SeededHash/2constructor-0ee.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bslh/SeededHash/2constructor-09.adoc[SeededHash](SEED_GENERATOR& seedGenerator); ---- [.small]#xref:BloombergLP/bslh/SeededHash/2constructor-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#