mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
f18db7d2d4
commit
1f8fc773b5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user