ref: bf3a3cdf187ea5a99386a2848a468cd2e79c3e43 dir: /libc/rand.c/
#include <u.h> #include <libc.h> int rand(void) { return lrand() & 0x7fff; }