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