Link to archived copy of Thomas Wang's integer hash function.

His site's no longer on the web, so use web.archive.org instead.

[SVN r86607]
This commit is contained in:
Daniel James
2013-11-10 23:25:54 +00:00
parent d0a7446c6e
commit b0c83ab93c

View File

@@ -34,7 +34,7 @@ For other use cases, if you do need a higher quality hash function,
then neither the standard hash function or `boost::hash` are appropriate. then neither the standard hash function or `boost::hash` are appropriate.
There are several options There are several options
available. One is to use a second hash on the output of this hash available. One is to use a second hash on the output of this hash
function, such as [@http://www.concentric.net/~ttwang/tech/inthash.htm function, such as [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
Thomas Wang's hash function]. This this may not work as Thomas Wang's hash function]. This this may not work as
well as a hash algorithm tailored for the input. well as a hash algorithm tailored for the input.