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