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