DEBSOURCES
Skip Quicknav
sources / drawterm-9front / 0~git20220608.bee4db6-3 / libc / rand.c
12345678
#include <u.h> #include <libc.h> int rand(void) { return lrand() & 0x7fff; }