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