verify: new macro 'assume'
[gnulib.git] / modules / random
1 Description:
2 global random number generator
3
4 Files:
5 lib/random.c
6 m4/random.m4
7
8 Depends-on:
9 stdlib
10 stdint
11 random_r        [test $HAVE_RANDOM = 0]
12
13 configure.ac:
14 gl_FUNC_RANDOM
15 if test $HAVE_RANDOM = 0; then
16   AC_LIBOBJ([random])
17   gl_PREREQ_RANDOM
18 fi
19 gl_STDLIB_MODULE_INDICATOR([random])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible, glibc