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