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