catacomb.c: Publish `RAND_IBITS' constant.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 17 Nov 2019 03:14:31 +0000 (03:14 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:18:12 +0000 (22:18 +0000)
This is a limit on how much you can request in `seed', so it's sort of
important.

catacomb.c

index f9e8587..d7b3dc7 100644 (file)
@@ -36,6 +36,7 @@ static const struct nameval consts[] = {
   C(PGEN_PASS), C(PGEN_FAIL), C(PGEN_BEGIN), C(PGEN_TRY), C(PGEN_DONE),
   C(PGEN_ABORT),
   C(MPW_MAX),
+  C(RAND_IBITS),
   C(PMODE_READ), C(PMODE_VERIFY),
   C(KOPEN_READ), C(KOPEN_WRITE), C(KOPEN_NOFILE),
   C(KEXP_FOREVER), C(KEXP_EXPIRE),