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