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