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