Increase Difficulty of Fuzzer
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 197
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Currently we only generate a single ring of random points, perhaps this doesn't cover all the possible edge cases. It might be a good choice to change this to multiple rings?
Example Input Currently:
Example Output Currently:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the fuzzer that currently generates a single ring of random points and inspect how its inputs and outputs are produced. Determine how multiple rings should be generated to exercise additional geometry edge cases, then verify the fuzzer produces varied multi-ring cases without breaking its existing output flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100