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