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