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