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