BloombergLP::bslh::WyHashIncrementalAlgorithm::WyHashIncrementalAlgorithm

Constructors

Synopses

Declared in <bslh_wyhashincrementalalgorithm.h>

Create a WyHashIncrementalAlgorithm using a default initial seed.

WyHashIncrementalAlgorithm();
» more...

Create a bslh::WyHashIncrementalAlgorithm, seeded with the specified seed.

explicit
WyHashIncrementalAlgorithm(uint64_t seed);
» more...

Create a bslh::WyHashIncrementalAlgorithm, seeded with k_SEED_LENGTH bytes of data starting at the specified seed.

explicit
WyHashIncrementalAlgorithm(char const* seed);
» more...