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