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