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