Searched refs:seedarray (Results 1 – 1 of 1) sorted by relevance
1743 guint32 seedarray[4]; in test_run_seed() local1746 seedarray[0] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()1749 seedarray[1] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()1752 seedarray[2] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()1755 seedarray[3] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()1759 test_run_rand = g_rand_new_with_seed_array (seedarray, 4); in test_run_seed()