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