Searched refs:test_run_rand (Results 1 – 1 of 1) sorted by relevance
85 static GRand *test_run_rand = NULL; variable529 if (test_run_rand) in test_run_seed()530 g_rand_free (test_run_rand); in test_run_seed()531 test_run_rand = NULL; in test_run_seed()555 test_run_rand = g_rand_new_with_seed_array (seedarray, 4); in test_run_seed()583 return g_rand_int (test_run_rand); in g_test_rand_int()602 return g_rand_int_range (test_run_rand, begin, end); in g_test_rand_int_range()618 return g_rand_double (test_run_rand); in g_test_rand_double()637 return g_rand_double_range (test_run_rand, range_start, range_end); in g_test_rand_double_range()