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