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