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