Home
last modified time | relevance | path

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

/string/
A Dtest-string.h80 unsigned int seed; variable
110 if (fdr < 0 || read (fdr, &seed, sizeof (seed)) != sizeof (seed)) in cmdline_process_function()
111 seed = time (NULL); in cmdline_process_function()
119 seed = strtoul (optarg, NULL, 0); in cmdline_process_function()
213 printf ("Setting seed to 0x%x\n", seed); in test_init()
214 srandom (seed); in test_init()

Completed in 4 milliseconds