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