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