Add the new g_rand_* functions
authorSebastian Wilhelmi <seppi@seppi.de>
Wed, 18 Feb 2004 12:20:13 +0000 (12:20 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 18 Feb 2004 12:20:13 +0000 (12:20 +0000)
2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>

* glib/glib-sections.txt: Add the new g_rand_* functions

docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/random_numbers.sgml

index 3fb0e5b255db989dee667db14255de365db6afa6..c07a218560e5bf41598a00b112e5da8096bc7c44 100644 (file)
@@ -1874,9 +1874,12 @@ G_ALLOCATOR_SLIST
 <FILE>random_numbers</FILE>
 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
index aa45fb53e66f4aae7af53d8aed8642961b7f83da..1dbdc61c9badb64cc036a7be836456fab00a9079 100644 (file)
@@ -69,12 +69,31 @@ accessed through the <function>g_rand_*</function> functions.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_rand_new_with_seed_array ##### -->
+<para>
+
+</para>
+
+@seed: 
+@seed_length: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_rand_new ##### -->
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION g_rand_copy ##### -->
+<para>
+
+</para>
+
+@rand_: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_rand_free ##### -->
 
 
@@ -88,6 +107,16 @@ accessed through the <function>g_rand_*</function> functions.
 @seed: 
 
 
+<!-- ##### FUNCTION g_rand_set_seed_array ##### -->
+<para>
+
+</para>
+
+@rand_: 
+@seed: 
+@seed_length: 
+
+
 <!-- ##### MACRO g_rand_boolean ##### -->
 <para>
 Returns a random #gboolean from @rand_. This corresponds to a unbiased