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