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