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