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