hash: cleanups
[fio.git] / engines / rdma.c
index e3bb2567e0627b80cbe7183d5714bad23af7230e..fcb41068896de230ad4cd7f2b83064045eb0f122 100644 (file)
@@ -1389,7 +1389,7 @@ static int fio_rdmaio_setup(struct thread_data *td)
                rd = malloc(sizeof(*rd));
 
                memset(rd, 0, sizeof(*rd));
-               init_rand_seed(&rd->rand_state, (unsigned int) GOLDEN_RATIO_PRIME, 0);
+               init_rand_seed(&rd->rand_state, (unsigned int) GOLDEN_RATIO_64, 0);
                td->io_ops_data = rd;
        }