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