ref: a25f83e3c592e6819b9edf2884e3ea1db8a96422 dir: /libc/rand.c/
#include <u.h> #include <libc.h> int rand(void) { return lrand() & 0x7fff; }