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