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