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