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