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