In order to make and opening book that handle transposition, people make books and store the hash keys of the position. My question is:
how can one store the hash key of the possition if that hash key change between differents executions due to the random generation?
As I understand, th book hash keys must be permanent and the ones people use inside engine are volatile?. What's the trick people use here?