Add the new g_rand_* functions

2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>

	* glib/glib-sections.txt: Add the new g_rand_* functions
This commit is contained in:
Sebastian Wilhelmi 2004-02-18 12:20:13 +00:00 committed by Sebastian Wilhelmi
parent f18db7d2d4
commit 1f8fc773b5
2 changed files with 32 additions and 0 deletions

View 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

View 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