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