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