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