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