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