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