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