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