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