Jean-Luc PONS
Jean-Luc PONS
HI, I don't know could you send the ouput of the program ?
Hello, In the task list ;)
-ws is an option for clients. If you want to backup kangaroos through the server use -wss option on the client size.
Hi, Please be more precise: You translated (+2^64) the start range of Tame or Wild ? You 100 keys are the same or uniformly distributed ? To make average it...
Yes, replace the code between in Kangaroo.cpp:574,579 by ``` if((j + firstType) % 2 == TAME) { // Tame in [0..N] d[j].Rand(rangePower); } else { // Wild in [-N/8..N/8] d[j].Rand(rangePower-2);...
It is well in the second part 574:579, USE_SYMMETRY is not defined. If in your code the it is 581:586, you may have added line of code ? https://github.com/JeanLucPons/Kangaroo/blob/ea1312161b4b490c6e7348a2baf5083c45f28255/Kangaroo.cpp#L574 ```...
Ok Make test on 40 or 48 bit range and large number of trials to get good average estimation. Note that the error in proportional to 1/sqrt(trials). Rather than giving...
> > > > Make test on 40 or 48 bit range and large number of trials to get good average estimation. Note that the error in proportional to 1/sqrt(trials)....
I tested tested the Wild in [-N/8..N/8], 1000 trials, 40 bits search. 2.139 is the estimation of the expected average taking into account the DP overhead. Original code: -t 2...
Thanks Andrew for your job ;) - There was 1024T and 1024W. - Concerning the equals, I prefer to keep as it is, if you hit a symmetric point (even...