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