Home
last modified time | relevance | path

Searched refs:random (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/test/
Dtest-long-long.c162 a = random(); in randval()
163 b = random(); in randval()
164 c = random(); in randval()
Dtest-fread-fwrite.c211 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()
Dtimegm.c59 tests[i].time = random(); in main()
Dtest-memset.c116 rnd = random() & (pot - 1); in randrange()
Dmalloc_stress.c56 return random() % max; in randint()
/picolibc-latest/newlib/libc/stdlib/
Drand.c68 return (int) random(); in rand()
Drandom.c61 random (void) in random() function
Dstdlib.tex44 * Function rand:: Pseudo-random numbers
45 * Function random:: Pseudo-random numbers
46 * Function rand48:: Uniformly distributed pseudo-random numbers
162 @include stdlib/random.def
DCMakeLists.txt87 random.c
Dmeson.build137 'random.c',
/picolibc-latest/newlib/libc/tinystdio/
Dmktemp.c130 long filename = random() % NUM_NAMES; in _gettemp()
/picolibc-latest/newlib/libc/include/
Dstdlib.h241 long random (void);
/picolibc-latest/
DREADME.md171 * Generate mktemp/tmpnam filenames using random() so they don't
DCOPYING.picolibc3311 Files: newlib/libc/stdlib/random.c
/picolibc-latest/newlib/
DChangeLog-201510537 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