summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/stdlib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r--newlib/libc/stdlib/stdlib.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex
index 53f0b9c14..75d80f4d6 100644
--- a/newlib/libc/stdlib/stdlib.tex
+++ b/newlib/libc/stdlib/stdlib.tex
@@ -38,6 +38,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* on_exit:: Request execution of functions at program exit
* qsort:: Array sort
* rand:: Pseudo-random numbers
+* random:: Pseudo-random numbers
* rand48:: Uniformly distributed pseudo-random numbers
* rpmatch:: Determine whether response is affirmative or negative
* strtod:: String to double or float
@@ -154,6 +155,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/rand.def
@page
+@include stdlib/random.def
+
+@page
@include stdlib/rand48.def
@page