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