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