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