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