]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/random_r.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / random_r.3
index 1f246a861185ddd93c2ee884dec6a80d2fcd5acc..f1b43c6665ddf99de2a979f3daa6d4f90a1ec1e4 100644 (file)
@@ -62,7 +62,7 @@ of the functions described in
 .BR random (3).
 They are suitable for use in multithreaded programs where each thread
 needs to obtain an independent, reproducible sequence of random numbers.
-
+.PP
 The
 .BR random_r ()
 function is like
@@ -75,7 +75,7 @@ which must have been previously initialized by
 .BR initstate_r ().
 The generated random number is returned in the argument
 .IR result .
-
+.PP
 The
 .BR srandom_r ()
 function is like
@@ -86,7 +86,7 @@ whose state is maintained in the object pointed to by
 which must have been previously initialized by
 .BR initstate_r (),
 instead of the seed associated with the global state variable.
-
+.PP
 The
 .BR initstate_r ()
 function is like
@@ -114,7 +114,7 @@ should typically be allocated as a static variable,
 or allocated on the heap using
 .BR malloc (3)
 or similar.)
-
+.PP
 The
 .BR setstate_r ()
 function is like