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