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