This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
DQC - D QuickCheck | |
This is an attempt to create a version of QuickCheck for the D Programming | |
Language. This is an improvement over dashcheck as it has the following | |
features : | |
<ol> | |
<li>Better randomization of values.</li> | |
<li>Support for all basic D data types.</li> |