poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / random.texi
blob19349617bef4a0cc3f486ddd5be6d3b30f583118
1 @node random
2 @section @code{random}
3 @findex random
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html}
7 Gnulib module: random
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 This function is only defined as an inline function on some platforms:
16 Android 4.4.
17 @item
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @item
24 This function has a slightly incompatible declaration (the return type being
25 @samp{int} instead of @samp{long}) on some platforms:
26 Cygwin 1.5.25, Haiku.
27 @end itemize