> where can I learn more about this hash function? I remember finding some > article, but forgot where. An example implementation would be also nice :-) GNU Go implements Zobrist Hashing. Look in GNU Go engine/cache.c, cache.h, hash.c and hash.h. See the Texinfo node Hashing for documentation. Daniel Bump http://www.gnu.org/software/gnugo/devel.html