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