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