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