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