- g_rand_boolean
auto g_rand_boolean(R rand)
Undocumented in source. Be warned that the author may not have intended to support it.
- g_rand_copy
GRand* g_rand_copy(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_double
gdouble g_rand_double(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_double_range
gdouble g_rand_double_range(GRand* rand_, gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_free
void g_rand_free(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_int
guint32 g_rand_int(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_int_range
gint32 g_rand_int_range(GRand* rand_, gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_new
GRand* g_rand_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_new_with_seed
GRand* g_rand_new_with_seed(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_new_with_seed_array
GRand* g_rand_new_with_seed_array(const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_set_seed
void g_rand_set_seed(GRand* rand_, guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rand_set_seed_array
void g_rand_set_seed_array(GRand* rand_, const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_random_boolean
auto g_random_boolean()
Undocumented in source. Be warned that the author may not have intended to support it.
- g_random_double
gdouble g_random_double()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_random_double_range
gdouble g_random_double_range(gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_random_int
guint32 g_random_int()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_random_int_range
gint32 g_random_int_range(gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_random_set_seed
void g_random_set_seed(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.