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