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