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