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