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