BloombergLP::bslh::SpookyHashAlgorithmImp::SpookyHashAlgorithmImp

Create a bslh::SpookyHashAlgorithmImp, initializing the internal state of the object using the specified seed1 and seed2 as seeds for the algorithm.

Synopsis

Declared in <bslh_spookyhashalgorithmimp.h>

SpookyHashAlgorithmImp(
    Uint64 seed1,
    Uint64 seed2);

Parameters

NameDescription
seed1first 64-bit seed for the algorithm
seed2second 64-bit seed for the algorithm