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