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