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