Improve LFSR implementation
[fio.git] / t / axmap.c
index 61e3220729d38da5a4246ab9e611082f5ecbae66..7ab500fa57804670d838468fc8a9cf6fe2280761 100644 (file)
--- a/t/axmap.c
+++ b/t/axmap.c
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
 
        printf("Using %llu entries\n", (unsigned long long) size);
 
-       lfsr_init(&lfsr, size, seed);
+       lfsr_init(&lfsr, size, seed, seed & 0xF);
        map = axmap_new(size);
        osize = size;