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