Searched refs:test_run_rand (Results 1 – 1 of 1) sorted by relevance
861 G_LOCK_DEFINE_STATIC (test_run_rand);862 static GRand *test_run_rand = NULL; variable1733 if (test_run_rand) in test_run_seed()1734 g_rand_free (test_run_rand); in test_run_seed()1735 test_run_rand = NULL; in test_run_seed()1759 test_run_rand = g_rand_new_with_seed_array (seedarray, 4); in test_run_seed()1789 G_LOCK (test_run_rand); in g_test_rand_int()1790 r = g_rand_int (test_run_rand); in g_test_rand_int()1791 G_UNLOCK (test_run_rand); in g_test_rand_int()1814 G_LOCK (test_run_rand); in g_test_rand_int_range()[all …]