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