/* ISC license. */ /* MT-unsafe */ #include #include "random-internal.h" #include unsigned int goodrandom_int (unsigned int n) { return rrandom_readint(&goodrandom_here, n, &unirandom_readb) ; }