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