aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/zptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zptest.c b/src/zptest.c
index 005a2bd..29e50b7 100644
--- a/src/zptest.c
+++ b/src/zptest.c
@@ -39,7 +39,7 @@ zptest(z_t witness, z_t n, int t)
zrsh(d, n1, r);
while (t--) {
- zrand(a, FAST_RANDOM, UNIFORM, n4);
+ zrand(a, DEFAULT_RANDOM, UNIFORM, n4);
zadd_unsigned(a, a, libzahl_const_2);
zmodpow(x, a, d, n);