rand: add 64-bit tausworthe variant with a 2^258 cycle
[fio.git] / crc / test.c
index dbc5653ffc14410711ed6a7df1a7d333aae0a629..05ea73e69e1abee7d15e7a17ec0cd75da7cd01b8 100644 (file)
@@ -306,7 +306,7 @@ int fio_crctest(const char *type)
        }
 
        buf = malloc(CHUNK);
-       init_rand_seed(&state, 0x8989);
+       init_rand_seed(&state, 0x8989, 0);
        fill_random_buf(&state, buf, CHUNK);
 
        for (i = 0; t[i].name; i++) {