[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Re: Sharing Secrets
You could just use a normal hash table with either open or closed hashing
and get the same thing (with more size flexibility). Since the zobrist
hash
should already be a good hash key, all you have to do is mod (%) by the
table size. In your case it was 2^20, so it's the same as just taking the
low 20 bits.
Nonsense.
And of course I would never do such a foolish thing and ruin a perfectly
good hash.
In that case Nicol would have been right.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/