std.experimental.randomized_unittest_benchmark is ready for comments
Jack Stouffer via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 19 11:51:09 PDT 2016
On Sunday, 19 June 2016 at 16:15:15 UTC, Robert burner Schadek
wrote:
> ...
I would like to try this out on my date parsing library, but I
don't see a way to generate strings of a specific format.
I'm think you have two options, either pass a std.format format
string and generate random strings from that, or allow a string
generating function to be passed.
More information about the Digitalmars-d
mailing list