Home
last modified time | relevance | path

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

12345678910

/third_party/musl/libc-test/src/functionalext/supplement/prng/
Dsrand.c29 srand(10); in srand_0100()
33 srand(10); in srand_0100()
53 srand(10); in srand_0200()
55 srand(500); in srand_0200()
Drand.c30 srand((unsigned int)time(0)); in rand_0100()
/third_party/littlefs/tests/
Dtest_files.toml32 srand(1);
47 srand(1);
71 srand(1);
86 srand(1);
101 srand(2);
116 srand(2);
125 srand(1);
153 srand(1);
168 srand(1);
183 srand(2);
[all …]
Dtest_exhaustion.toml25 srand(cycle * i);
54 srand(cycle * i);
107 srand(cycle * i);
136 srand(cycle * i);
198 srand(cycle * i);
227 srand(cycle * i);
287 srand(cycle * i);
316 srand(cycle * i);
372 srand(cycle * i);
401 srand(cycle * i);
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_random.c71 srand((unsigned int)time(NULL)); in SDLTest_RandomInitTime()
73 srand(clock()); in SDLTest_RandomInitTime()
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp257 srand(0); in main()
278 srand(0); in main()
290 srand(0); in main()
301 srand(0); in main()
/third_party/boost/libs/mpi/example/
Dgenerate_collect_optional.cpp21 using std::srand; in generate_data()
27 srand(time(0) + world.rank()); in generate_data()
Dgenerate_collect.cpp20 using std::srand; in generate_data()
26 srand(time(0) + world.rank()); in generate_data()
Din_place_global_min.cpp19 std::srand(world.rank()); in main()
Dglobal_min.cpp20 std::srand(world.rank()); in main()
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp283 srand(0); in main()
303 srand(0); in main()
312 srand(0); in main()
322 srand(0); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp50 void srand(unsigned int seed) { in srand() function
62 prng.srand(seed); in Renamer()
/third_party/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c257 srand(1); in determine_nr_of_files()
265 srand(1); in determine_nr_of_files()
451 srand(1); in make_fractal_tree()
/third_party/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp71 srand((unsigned)time(NULL)); in randomInt64()
91 srand((unsigned)time(NULL)); in randomDouble()
125 srand((unsigned)time(NULL)); in randomInt32()
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress09.c88 extern void srand(unsigned);
480 srand((unsigned int)getpid()); in initrand()
482 srand((unsigned int)time(NULL)); in initrand()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/rl/
Dbuffer_sample_cpu_kernel.h48 std::srand(time(nullptr)); in Init()
51 std::srand(seed_); in Init()
/third_party/musl/porting/liteos_m/kernel/src/prng/
Drand.c4 void srand(unsigned s) in srand() function
/third_party/musl/porting/uniproton/kernel/src/prng/
Drand.c4 void srand(unsigned s) in srand() function
/third_party/musl/src/prng/
Drand.c6 void srand(unsigned s) in srand() function
/third_party/boost/libs/units/example/
Dperformance.cpp251 std::srand(1492); in main()
271 std::srand(1492); in main()
288 std::srand(1492); in main()
315 std::srand(1492); in main()
/third_party/jerryscript/tests/unit-core/
Dtest-common.h53 srand (now.u); \
/third_party/jerryscript/jerry-main/
Dlibfuzzer.c22 srand (0); in LLVMFuzzerTestOneInput()
/third_party/openh264/test/api/
Dsimple_test.cpp24 srand (seed);
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_tools.c27 srand (i); in goom_random_init()
/third_party/grpc/test/core/util/
Dport_isolated_runtime_environment.cc37 srand(gpr_now(GPR_CLOCK_REALTIME).tv_nsec); in get_random_port_offset()

12345678910