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