[#BloombergLP-bslh-SpookyHashAlgorithm-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/SpookyHashAlgorithm.adoc[SpookyHashAlgorithm]::SpookyHashAlgorithm :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslh_spookyhashalgorithm.h>` Create a `SpookyHashAlgorithm` using a default initial seed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-07.adoc[SpookyHashAlgorithm](); ---- [.small]#xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-07.adoc[_» more..._]# Create a `bslh::SpookyHashAlgorithm` seeded with the specified `seed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-0d.adoc[SpookyHashAlgorithm](char const* seed); ---- [.small]#xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *seed* | seed of `k_SEED_LENGTH` bytes used to initialize the algorithm |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#