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