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