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