Fix last ChangeLog entry.
[gnulib.git] / doc / glibc-functions / srandom_r.texi
blobe8ee9651067c1fd7db3a0621b457c7a36d437c14
1 @node srandom_r
2 @subsection @code{srandom_r}
3 @findex srandom_r
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-srandom-r-1.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{BSD Random,,BSD Random Number Functions,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/BSD-Random.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/srandom_r.3.html,,man srandom_r}.
18 @end itemize
20 Gnulib module: random_r
21 @mindex random_r
23 Portability problems fixed by Gnulib:
24 @itemize
25 @item
26 This function is missing on some platforms:
27 macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, HP-UX 11, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
28 @end itemize
30 Portability problems not fixed by Gnulib:
31 @itemize
32 @end itemize