From: Rares Vernica (rvernica_at_[hidden])
Date: 2007-02-03 14:49:00


Hi,

Does the hash function uses a seed?

If a call:
boost::hash<std::string> string_hash;
std::size_t h = string_hash("Hash me");

and then after a year I call again:
string_hash("Hash me");

Does it return the same value?

Thanks a lot,
Ray