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