I added it to the test program, indeed h is the seed and I set it to 0, at the start position I had no collisions yet, unfortunately with Woldouby it immediately shows collisions.BertTuyt wrote:I forgot to initialise h in the previous MurmerHash version.
Which I now changed.I restarted the test, for the initial position I will try to reach ply 23.Code: Select all
HASHKEY h=0
As soon as I have the result I will share and forward.
Edit 1: So far so good, no collisions at ply 21.
Bert
Edit:
Sorry, forget the above maybe I made a mistake here, at least I see something that should not happen.