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