diff options
Diffstat (limited to 'src/random.h')
| -rw-r--r-- | src/random.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/random.h b/src/random.h index 9faa946..5d3d17f 100644 --- a/src/random.h +++ b/src/random.h @@ -6,6 +6,9 @@ #define ECGEN_RANDOM_H #include <pari/pari.h> +#include <stdbool.h> + +bool random_init(); GEN random_prime(long bits); |
