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