X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Frkiss.h;h=d197c02d18adb6d23a08f75edb395aa70c626511;hp=22ab50378f8f87a4c972749db588ae7cbd7b523a;hb=9dcc2aad98b970380a66b61f2238875e9051de97;hpb=fad595f5b6b343708fc0b4d8ab15ab73040f84c1 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(); }