You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
The generators are responsible for generating random data, regardless of its purpose. They should not know if the generated data are for being used in property based testing or not.
The fuzzers are specialized for property based testing (made of a generator and a simplifier). They should be responsible of the 'sample' mechanism, since it is a testing concept.
The text was updated successfully, but these errors were encountered:
The generators are responsible for generating random data, regardless of its purpose. They should not know if the generated data are for being used in property based testing or not.
The fuzzers are specialized for property based testing (made of a generator and a simplifier). They should be responsible of the 'sample' mechanism, since it is a testing concept.
The text was updated successfully, but these errors were encountered: