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