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