CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/18 01:52:34
Modified files:
lib/libc/stdlib: rand.c
Log message:
Simplify return call of rand() and rand_r() to make it easier to read.
This is slightly less robust, but RAND_MAX must be one below a power
of two in both variants anyway.
Based on a suggestion by Matthew Martin.
ok tedu@
