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
doc: clarify descriptions for tr --squeeze-repeats
[coreutils.git]
/
gl
/
modules
/
randread
blob
50e1e0eed1fcdb0c21f04be34254fa0e00fb85bf
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
error
12
exitfail
13
inline
14
fopen-safer
15
gettimeofday
16
quote
17
stdalign
18
stdbool
19
stdint
20
unlocked-io
21
xalloc
22
23
configure.ac:
24
25
Makefile.am:
26
lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
27
28
Include:
29
"randread.h"
30
31
License:
32
GPL
33
34
Maintainer:
35
Paul Eggert