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