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