2006-02-18 10:42:58 +01:00
|
|
|
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.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Test-RandomResults/
|
2006-02-18 10:42:58 +01:00
|
|
|
Author: Jose Castro <cog@cpan.org>
|
|
|
|
|
|
|
|
--
|
|
|
|
Aaron Dalton
|
|
|
|
aaron@FreeBSD.org
|