bkthomps/Ajedrez

Improve zobrist hashing

Opened this issue · 0 comments

Through testing, there have been no collisions yet; however, it would be good to improve the Zobrist hashing.

This is because even though it currently uses 64 bits since it's a long, there are only 48 bits of randomness due to the java standard library implementation.