Searched refs:random (Results 1 – 15 of 15) sorted by relevance
162 a = random(); in randval()163 b = random(); in randval()164 c = random(); in randval()
211 if (random() & 0x8) { in main()214 write_offset = random() % BUF_SIZE; in main()215 write_len = random() % (BUF_SIZE - write_offset); in main()225 read_offset = random() % BUF_SIZE; in main()226 read_len = random() % (BUF_SIZE - read_offset); in main()
59 tests[i].time = random(); in main()
116 rnd = random() & (pot - 1); in randrange()
56 return random() % max; in randint()
68 return (int) random(); in rand()
61 random (void) in random() function
44 * Function rand:: Pseudo-random numbers45 * Function random:: Pseudo-random numbers46 * Function rand48:: Uniformly distributed pseudo-random numbers162 @include stdlib/random.def
87 random.c
137 'random.c',
130 long filename = random() % NUM_NAMES; in _gettemp()
241 long random (void);
171 * Generate mktemp/tmpnam filenames using random() so they don't
3311 Files: newlib/libc/stdlib/random.c
10537 we clear the proper bits in the fpscr, and don't set some random ones.12380 and hyphenate "pseudo-random".22375 * libc/include/stdlib.h: add protos for random, srandom