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