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