83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
13 lines
470 B
Text
13 lines
470 B
Text
This module aims to provide ways of testing functions that are meant to
|
|
return results that are random; that is, non-deterministic functions.
|
|
|
|
Some of the tests provided here might be easily achieved with other
|
|
testing modules. The reason why they're here is that this way users become
|
|
aware of how to test their non-deterministic functions.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-RandomResults/
|
|
Author: Jose Castro <cog@cpan.org>
|
|
|
|
--
|
|
Aaron Dalton
|
|
aaron@FreeBSD.org
|