in reply to daniel:// stenberg://

An idea would be to randomly sample, say, 100 combinations out of that space using something like Vitter’s Method D [0], and test those.

I’ve been experimenting with this approach in my Clojure library [1].

[0]: ittc.ku.edu/~jsv/Papers/Vit87.…

[1]: github.com/nathell/cartestian