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