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