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