Searched refs:g_rand_new_with_seed_array (Results 1 – 8 of 8) sorted by relevance
50 GRand* g_rand_new_with_seed_array (const guint32 *seed,
145 g_rand_new_with_seed_array (const guint32 *seed, guint seed_length) in g_rand_new_with_seed_array() function216 return g_rand_new_with_seed_array (seed, 4); in g_rand_new()
555 test_run_rand = g_rand_new_with_seed_array (seedarray, 4); in test_run_seed()
2253 #undef g_rand_new_with_seed_array 2254 extern __typeof (g_rand_new_with_seed_array) g_rand_new_with_seed_array __attribute((alias("IA__g_r…
2246 extern __typeof (g_rand_new_with_seed_array) IA__g_rand_new_with_seed_array __attribute((visibility…2247 #define g_rand_new_with_seed_array IA__g_rand_new_with_seed_array macro
2382 g_rand_new_with_seed_array
600 (g_rand_new_with_seed_array) (g_rand_set_seed_array): Add604 g_rand_new_with_seed_array, g_rand_set_seed_array. This is only
2484 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),