repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nl: support -l counts > 2**64
[coreutils.git]
/
gl
/
modules
/
randread
blob
c5fe8207c24eeb9e18ee05eedc8bc8d87eb39ef8
1
Description:
2
Generate buffers of random data.
3
4
Files:
5
lib/rand-isaac.c
6
lib/rand-isaac.h
7
lib/randread.c
8
lib/randread.h
9
10
Depends-on:
11
alignasof
12
error
13
exitfail
14
inline
15
fopen-safer
16
getrandom
17
quote
18
minmax
19
stdbool
20
stdint
21
unlocked-io
22
xalloc
23
24
configure.ac:
25
26
Makefile.am:
27
lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
28
29
Include:
30
"randread.h"
31
32
License:
33
GPL
34
35
Maintainer:
36
Paul Eggert