X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Frkiss.h;h=d197c02d18adb6d23a08f75edb395aa70c626511;hp=22ab50378f8f87a4c972749db588ae7cbd7b523a;hb=d4b92ae9a094e1b388e3d70789a0db9a9c69cbdf;hpb=4cd53b68d0cc75fdf8eac28daad680b974f56cf7 diff --git a/src/rkiss.h b/src/rkiss.h index 22ab5037..d197c02d 100644 --- a/src/rkiss.h +++ b/src/rkiss.h @@ -72,7 +72,7 @@ class RKISS { s.a = 0xf1ea5eed; s.b = s.c = s.d = 0xd4e12c77; - for (uint64_t i = 0; i < 73; i++) + for (int i = 0; i < 73; i++) rand64(); }