From 1f8fc773b5934328693eeba8c35abc389fd81fac Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Wed, 18 Feb 2004 12:20:13 +0000 Subject: [PATCH] Add the new g_rand_* functions 2004-02-18 Sebastian Wilhelmi * glib/glib-sections.txt: Add the new g_rand_* functions --- docs/reference/glib/glib-sections.txt | 3 +++ docs/reference/glib/tmpl/random_numbers.sgml | 29 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 3fb0e5b..c07a218 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -1874,9 +1874,12 @@ G_ALLOCATOR_SLIST random_numbers GRand g_rand_new_with_seed +g_rand_new_with_seed_array g_rand_new +g_rand_copy g_rand_free g_rand_set_seed +g_rand_set_seed_array g_rand_boolean g_rand_int g_rand_int_range diff --git a/docs/reference/glib/tmpl/random_numbers.sgml b/docs/reference/glib/tmpl/random_numbers.sgml index aa45fb5..1dbdc61 100644 --- a/docs/reference/glib/tmpl/random_numbers.sgml +++ b/docs/reference/glib/tmpl/random_numbers.sgml @@ -69,12 +69,31 @@ accessed through the g_rand_* functions. @Returns: + + + + + +@seed: +@seed_length: +@Returns: + + @Returns: + + + + + +@rand_: +@Returns: + + @@ -88,6 +107,16 @@ accessed through the g_rand_* functions. @seed: + + + + + +@rand_: +@seed: +@seed_length: + + Returns a random #gboolean from @rand_. This corresponds to a unbiased -- 2.7.4