Searched refs:g_rand_copy (Results 1 – 7 of 7) sorted by relevance
54 GRand* g_rand_copy (GRand *rand_);
246 g_rand_copy (GRand* rand) in g_rand_copy() function
2229 #undef g_rand_copy 2230 extern __typeof (g_rand_copy) g_rand_copy __attribute((alias("IA__g_rand_copy"), visibility("defaul…
2222 extern __typeof (g_rand_copy) IA__g_rand_copy __attribute((visibility("hidden")));2223 #define g_rand_copy IA__g_rand_copy macro
614 glib/grand.h (g_rand_copy): Add g_rand_copy function to copy the623 check that g_rand_copy truly copies the state by checking a few
2486 original mersenne twister. Add g_rand_copy(). Improve seeding.
2384 g_rand_copy