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