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