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