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