random           1051 lib/stdlib.in.h _GL_FUNCDECL_RPL (random, long, (void));
random           1052 lib/stdlib.in.h _GL_CXXALIAS_RPL (random, long, (void));
random           1055 lib/stdlib.in.h _GL_FUNCDECL_SYS (random, long, (void));
random           1059 lib/stdlib.in.h _GL_CXXALIAS_SYS_CAST (random, long, (void));
random           1062 lib/stdlib.in.h _GL_CXXALIASWARN (random);
random           1067 lib/stdlib.in.h _GL_WARN_ON_USE (random, "random is unportable - "
random           2181 src/sysdep.c   #ifdef random
random           2277 src/sysdep.c       val = (random () ^ (val << RAND_BITS)
random           2289 src/sysdep.c       r = random () ^ (r << RAND_BITS) ^ (r >> (ULONG_WIDTH - RAND_BITS));
random            215 src/w32.h      extern int random (void);
random            708 test/manual/noverlay/itree-tests.c       int j = random () % (i + 1);