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