Disable more _GL_CXXALIASWARN on all platforms other than glibc systems.
[gnulib.git] / doc / glibc-functions / srandom_r.texi
blob13ac7173607cc6232e41d9c94020e5a869a6b4ae
1 @node srandom_r
2 @subsection @code{srandom_r}
3 @findex srandom_r
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{BSD Random,,BSD Random Number Functions,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/BSD-Random.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/srandom_r.3.html,,man srandom_r}.
16 @end itemize
18 Gnulib module: random_r
20 Portability problems fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on some platforms:
24 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
25 @end itemize
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize