mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 18:26:32 +02:00
25 lines
228 B
Plaintext
25 lines
228 B
Plaintext
|
|
Description:
|
||
|
|
Generate random integers.
|
||
|
|
|
||
|
|
Files:
|
||
|
|
lib/randint.c
|
||
|
|
lib/randint.h
|
||
|
|
|
||
|
|
Depends-on:
|
||
|
|
inline
|
||
|
|
randread
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += randint.c randint.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"randint.h"
|
||
|
|
|
||
|
|
License
|
||
|
|
GPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
Paul Eggert
|