Home
last modified time | relevance | path

Searched refs:srand (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1200 srand(0); in ZTEST()
1204 srand(1); in ZTEST()
1208 srand(10); in ZTEST()
1212 srand(UINT_MAX - 1); in ZTEST()
1216 srand(UINT_MAX); in ZTEST()
1236 srand(0); in ZTEST()
1239 srand(0); in ZTEST()
1242 srand(0); in ZTEST()
1246 srand(1); in ZTEST()
1249 srand(1); in ZTEST()
[all …]
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Drand.c24 void srand(unsigned int s) in srand() function
/Zephyr-latest/lib/libc/minimal/
DKconfig31 bool "Rand and srand functions"
35 In order to make use of the non-reentrant rand() and srand(), it is
/Zephyr-latest/lib/libc/minimal/include/
Dstdlib.h57 void srand(unsigned int seed);
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt183 srand
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_sar.c179 srand(seed); in array_random_fill()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1371 srand(),ISO/IEC 9899:2011