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