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.
Declared in <bslh_seededhash.h>
explicit
SeededHash(SEED_GENERATOR& seedGenerator);