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