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