Searched refs:srandom (Results 1 – 25 of 54) sorted by relevance
123
/glibc-2.36/stdlib/ |
D | tst-random.c | 64 srandom ( seed[s] ); in do_test() 73 srandom (seed[s]); in do_test() 82 srandom (seed[0]); /* reseed with first seed */ in do_test()
|
D | tst-random2.c | 31 srandom (0x12344321); in do_test()
|
D | testsort.c | 19 srandom (1); in main()
|
D | random.c | 215 weak_alias (__srandom, srandom) in weak_alias() argument
|
D | Versions | 62 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
|
D | stdlib.h | 405 extern void srandom (unsigned int __seed) __THROW;
|
/glibc-2.36/stdio-common/ |
D | tst-rndseek.c | 82 srandom (42); in do_test()
|
/glibc-2.36/iconvdata/ |
D | tst-loading.c | 125 srandom (TEST_ROUNDS); in do_test()
|
/glibc-2.36/localedata/ |
D | collate-test.c | 92 srandom (atoi (argv[1])); in main()
|
D | xfrm-test.c | 135 srandom (atoi (argv[1])); in main()
|
/glibc-2.36/elf/ |
D | loadtest.c | 98 srandom (TEST_ROUNDS); in main()
|
/glibc-2.36/string/ |
D | test-string.h | 214 srandom (seed); in test_init()
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 306 srandom (seed); in test_init()
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 160 function void srandom (unsigned)
|
/glibc-2.36/manual/ |
D | math.texi | 1482 @c Alias to srandom. 1537 @deftypefun void srandom (unsigned int @var{seed}) 1544 The @code{srandom} function sets the state of the random number 1550 program runs, do @code{srandom (time (0))}. 1617 The @code{srandom_r} function behaves exactly like the @code{srandom}
|
D | contrib.texi | 522 The random number generation functions @code{random}, @code{srandom},
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1455 * stdlib/stdlib.h (atof, atoi, atol, random, srandom, setstate, 1513 srandom, initstate, setstate): Macros removed.
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1815 GLIBC_2.35 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1836 GLIBC_2.36 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1846 GLIBC_2.33 srandom F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1638 GLIBC_2.2.6 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1844 GLIBC_2.32 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 1891 GLIBC_2.27 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 1896 GLIBC_2.17 srandom F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 1902 GLIBC_2.16 srandom F
|
123