aboutsummaryrefslogtreecommitdiff
path: root/include/zobrist.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-03-28 00:19:05 -0400
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2dbb9fa9b69e49d49cebb1c17559f6fe67600a4d (patch)
tree6b90825474eb34e121b3788036ff0350484ae07b /include/zobrist.h
parent00a04c2929bdc8f8f4bf7d5d8cf413ebfb3cd006 (diff)
Fix copyright notice in files, and small preemptive optimisation
Eventually there'll be a more complicated data generation step than the one we're presently using, so having it in-lined in the loop is wasteful. Ideally also this would be update per ply and we could avoid recalculating it entirely for every query -- though it's probably ``fast enough'' for now. Also, caching is WIP.
Diffstat (limited to 'include/zobrist.h')
-rw-r--r--include/zobrist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zobrist.h b/include/zobrist.h
index 8bf19cb..be657fc 100644
--- a/include/zobrist.h
+++ b/include/zobrist.h
@@ -12,7 +12,7 @@
General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Takwrap. If not, see <https://www.gnu.org/licenses/>.
+ along with ct. If not, see <https://www.gnu.org/licenses/>.
*/
#include <xorshift64.h>