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