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