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