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