summaryrefslogtreecommitdiff
path: root/gl/modules/randread
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/randread')
-rw-r--r--gl/modules/randread34
1 files changed, 34 insertions, 0 deletions
diff --git a/gl/modules/randread b/gl/modules/randread
new file mode 100644
index 000000000..fb40007aa
--- /dev/null
+++ b/gl/modules/randread
@@ -0,0 +1,34 @@
+Description:
+Generate buffers of random data.
+
+Files:
+lib/rand-isaac.c
+lib/rand-isaac.h
+lib/randread.c
+lib/randread.h
+
+Depends-on:
+error
+exitfail
+fopen-safer
+gethrxtime
+quotearg
+rand-isaac
+stdbool
+stdint
+unlocked-io
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
+
+Include:
+"randread.h"
+
+License
+GPL
+
+Maintainer:
+Paul Eggert