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