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