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