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