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