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