QuickCheck.jl
QuickCheck.jl copied to clipboard
always generate edge cases
It would be great if the generator always (or with high probability) tries to generate some edge cases, e.g. 0-size arrays and strings, typemax(Int) values, etcetera. Right now these seem to be generated with low probability.