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