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