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