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