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