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