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