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