Skip to content

Instantly share code, notes, and snippets.

@sybrandy
sybrandy / gist:5350590
Created April 10, 2013 00:10
This is an initial attempt to create a quickcheck library for D. It's not ready for distribution as I haven't used it much, but I wanted to get it out there for people to use if they want to.
/**
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>