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