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