diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-17 09:52:35 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-17 09:52:35 +0100 |
commit | 33f41e3974348d3b0b71b3a30a6483bb0418068c (patch) | |
tree | 254ba6002cbe7c2b37a9c2c45b0c52ddf0a307b1 /include/config.h | |
parent | 4b915207c42f8100f306778f617d7003c3e2193f (diff) | |
download | afl++-33f41e3974348d3b0b71b3a30a6483bb0418068c.tar.gz |
autotokens: print stats at exit
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 6cfaac11..f8a742f2 100644 --- a/include/config.h +++ b/include/config.h @@ -364,9 +364,9 @@ * * ***********************************************************/ -/* Call count interval between reseeding the libc PRNG from /dev/urandom: */ +/* Call count interval between reseeding the PRNG from /dev/urandom: */ -#define RESEED_RNG 100000 +#define RESEED_RNG 2500000 /* The default maximum testcase cache size in MB, 0 = disable. A value between 50 and 250 is a good default value. Note that the |