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