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