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