aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/mod_int_mat/int_mat.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/mod_int_mat/int_mat.c')
-rw-r--r--test/monniaux/mod_int_mat/int_mat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/mod_int_mat/int_mat.c b/test/monniaux/mod_int_mat/int_mat.c
index fc763811..167c91fd 100644
--- a/test/monniaux/mod_int_mat/int_mat.c
+++ b/test/monniaux/mod_int_mat/int_mat.c
@@ -190,7 +190,7 @@ void modint_mat_mul7(unsigned m, unsigned n, unsigned p,
}
modint modint_random(void) {
- static uint64_t next = 1325997111;
+ static uint32_t next = 1325997111;
next = next * 1103515249 + 12345;
return next % MODULUS;
}