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