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