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