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