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