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