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