Theo de Raadt wrote: > I have also added matching rand_uniform() and rand_buf() functions. > Bob Beck has pointed out this allows for later audit converting a few > "rand() % moduli" cases into rand_uniform().
> void > +rand_buf(void *buf, size_t n) > +int > +rand_uniform(uint32_t upper_bound) Adding new symbols to libc requires incrementing the minor in shlib_version.
