Files
stockfish/src
Marco Costalba e6523e56b8 Move magic random to RKISS
When initializing the magic numbers used to
compute sliding attacks, we endless generate a
random and test it as a possible magic.

In the general case this takes a lot of iterations,
but here, insteaad of picking a casual random, we
rotate it a couple of times and generate a number that
we know has a good probability to be a magic candidate.

This is becuase the quantities by which we rotate the
number are known in advance to produce quickly a good
canidate.

The patch, inspired by DON, just moves the shuffle to RKISS
changing the boosters to take in account a left rotation
instead of a right rotation as in the original.

No functional change.
2014-02-12 14:47:36 +01:00
..
2014-02-09 17:31:45 +01:00
2014-01-07 14:30:41 +09:00
2014-02-12 14:47:36 +01:00
2014-01-07 14:30:41 +09:00
2014-01-02 01:49:18 +01:00
2014-01-07 14:30:41 +09:00
2014-01-02 01:49:18 +01:00
2014-01-18 17:22:54 +01:00
2014-01-08 23:22:17 +09:00
2014-01-02 01:49:18 +01:00
2014-02-09 17:31:45 +01:00
2014-01-02 01:49:18 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00
2014-01-02 01:49:18 +01:00
2014-01-02 01:49:18 +01:00
2014-01-14 09:24:35 +01:00
2014-01-02 01:49:18 +01:00
2014-01-02 01:49:18 +01:00
2014-01-12 22:48:08 +01:00
2014-01-02 01:49:18 +01:00
2014-01-02 01:49:18 +01:00
2014-02-09 17:31:45 +01:00
2014-02-03 21:23:49 +01:00
2014-02-12 14:47:36 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00
2014-01-19 11:09:44 +01:00
2014-01-02 01:49:18 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00
2014-01-27 20:09:51 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00
2014-02-09 17:31:45 +01:00