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