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