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