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