diff options
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index 7a0d723d3..fc1643603 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -30,6 +30,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * mbtowc:: Minimal multibyte to wide character converter * qsort:: Sort an array * rand:: Pseudo-random numbers +* rand48:: Uniformaly distributed pseudo-random numbers * strtod:: String to double or float * strtol:: String to long * strtoul:: String to unsigned long @@ -111,6 +112,9 @@ The corresponding declarations are in the header file @file{stdlib.h}. @include stdlib/rand.def @page +@include stdlib/rand48.def + +@page @include stdlib/strtod.def @page |