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