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