Allow insertion of new random data into the pool as a miscop.
[u/mdw/catacomb] / rand.h
diff --git a/rand.h b/rand.h
index 22f0188..25f806b 100644 (file)
--- a/rand.h
+++ b/rand.h
@@ -285,7 +285,9 @@ enum {
   RAND_NOISESRC,                       /* @const rand_source *s@ */
   RAND_SEED,                           /* @unsigned bits@ */
   RAND_TIMER,                          /* No args */
-  RAND_GOODBITS                                /* No args */
+  RAND_GOODBITS,                       /* No args */
+  RAND_ADD                             /* @const void *p, size_t sz,@
+                                        * @unsigned goodbits */
 };
 
 /* --- Default random number generator --- */