random            894 lib/stdlib.in.h _GL_FUNCDECL_RPL (random, long, (void));
random            895 lib/stdlib.in.h _GL_CXXALIAS_RPL (random, long, (void));
random            898 lib/stdlib.in.h _GL_FUNCDECL_SYS (random, long, (void));
random            902 lib/stdlib.in.h _GL_CXXALIAS_SYS_CAST (random, long, (void));
random            904 lib/stdlib.in.h _GL_CXXALIASWARN (random);
random            908 lib/stdlib.in.h _GL_WARN_ON_USE (random, "random is unportable - "
random           2111 src/sysdep.c   #ifdef random
random           2207 src/sysdep.c       val = (random () ^ (val << RAND_BITS)
random           2219 src/sysdep.c       r = random () ^ (r << RAND_BITS) ^ (r >> (ULONG_WIDTH - RAND_BITS));
random            215 src/w32.h      extern int random (void);
random            709 test/manual/noverlay/itree-tests.c       int j = random () % (i + 1);