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