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