1Description:
2Generate random integers.
3
4Files:
5lib/randint.c
6lib/randint.h
7
8Depends-on:
9inline
10randread
11
12configure.ac:
13
14Makefile.am:
15lib_SOURCES += randint.c randint.h
16
17Include:
18"randint.h"
19
20License:
21GPL
22
23Maintainer:
24Paul Eggert
25