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