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