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