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