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