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