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