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