summaryrefslogtreecommitdiff
path: root/modules/random
blob: e58ebd18b51a42f3ed1a40c525ea2fce3e8283d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
global random number generator

Files:
lib/random.c
m4/random.m4

Depends-on:
libc-config     [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]
stdlib
stdint          [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]
random_r        [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]

configure.ac:
gl_FUNC_RANDOM
if test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1; then
  AC_LIBOBJ([random])
  gl_PREREQ_RANDOM
fi
gl_STDLIB_MODULE_INDICATOR([random])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc