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