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