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