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