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