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