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