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