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