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