(module info (lib "infotab.ss" "setup") (define name "FastTest Random Test Case Generation") (define blurb '("FastTest random test case generation. " "Inspired by the QuickCheck library for Haskell. ")) (define release-notes '((ul (li "1.2: " "Added new options to generate. " "Added define-generator, let*-random, and check-randomly. " "Corrected and updated documentation. ") (li "1.1: Bug fixes, interface changes.") (li "1.0: Initial release.")))) (define categories '(devtools)) (define can-be-loaded-with 'all) (define doc.txt "doc.txt") (define primary-file "random.ss") (define required-core-version "370") )