Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow
[platform/upstream/glib.git] / docs / reference / glib / tmpl / random_numbers.sgml
index 88d6716..ada8a85 100644 (file)
@@ -19,7 +19,7 @@ If you just need a random number, you simply call the
 <function>g_random_*</function> functions, which will create a globally 
 used #GRand and use the according <function>g_rand_*</function> functions 
 internally. Whenever you need a stream of reproducible random numbers, you 
-better create a #GRand yourself and use the <funcion>g_rand_*</function> 
+better create a #GRand yourself and use the <function>g_rand_*</function> 
 functions directly, which will also be slightly faster. Initializing a #GRand 
 with a certain seed will produce exactly the same series of random numbers 
 on all platforms. This can thus be used as a seed for e.g. games.
@@ -60,37 +60,37 @@ accessed through the <function>g_rand_*</function> functions.
 <!-- ##### FUNCTION g_rand_free ##### -->
 
 
-@rand: 
+@rand_
 
 
 <!-- ##### FUNCTION g_rand_set_seed ##### -->
 
 
-@rand: 
+@rand_
 @seed: 
 
 
 <!-- ##### MACRO g_rand_boolean ##### -->
 <para>
-Returns a random #gboolean from @rand. This corresponds to a unbiased
+Returns a random #gboolean from @rand_. This corresponds to a unbiased
 coin toss.
 </para>
 
-@rand: a #GRand.
+@rand_: a #GRand.
 @Returns: a random #gboolean.
 
 
 <!-- ##### FUNCTION g_rand_int ##### -->
 
 
-@rand: 
+@rand_
 @Returns: 
 
 
 <!-- ##### FUNCTION g_rand_int_range ##### -->
 
 
-@rand: 
+@rand_
 @begin: 
 @end: 
 @Returns: 
@@ -99,14 +99,14 @@ coin toss.
 <!-- ##### FUNCTION g_rand_double ##### -->
 
 
-@rand: 
+@rand_
 @Returns: 
 
 
 <!-- ##### FUNCTION g_rand_double_range ##### -->
 
 
-@rand: 
+@rand_
 @begin: 
 @end: 
 @Returns: