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