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