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