info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Random")
  (define blurb
    "Functions to produce random numbers of various distribtions. The library uses the SRFI-27 approach. Random permuations are also provided")
  (define primary-file "random.ss")
  (define doc.txt "doc.txt")
  (define categories '(scientific))
  (define version "1"))