diff options
Diffstat (limited to 'gl/modules/randint')
-rw-r--r-- | gl/modules/randint | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/modules/randint b/gl/modules/randint new file mode 100644 index 000000000..4485581ae --- /dev/null +++ b/gl/modules/randint @@ -0,0 +1,24 @@ +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 |