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