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