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