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