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