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