Create a bslh::SpookyHashAlgorithmImp, initializing the internal state of the object using the specified seed1 and seed2 as seeds for the algorithm.
Declared in <bslh_spookyhashalgorithmimp.h>
SpookyHashAlgorithmImp(
Uint64 seed1,
Uint64 seed2);
| Name | Description |
|---|---|
| seed1 | first 64-bit seed for the algorithm |
| seed2 | second 64-bit seed for the algorithm |