summaryrefslogtreecommitdiff
path: root/tests/prng.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prng.h')
-rw-r--r--tests/prng.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/prng.h b/tests/prng.h
index ed364986..cf0bacc5 100644
--- a/tests/prng.h
+++ b/tests/prng.h
@@ -29,6 +29,10 @@ struct prng;
struct prng* prng_new(unsigned long long seed);
unsigned int prng_rand(struct prng*);
+const char * prng_fuzz(struct prng*,
+ const char *string,
+ const char *charset,
+ unsigned int operations);
void prng_free(struct prng *);
#endif