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