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