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