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