'Parallelism inbuilt into fuzzers/ distributed fuzzers

I'm working on a project that requires fuzzing, what if I wanted to parallelize the fuzzing process to save time and distribute the load over different machines such that each child process doesn't loop over the already covered path, somewhat like a client server implementation probably?

However I am looking for some open source ideas, would you know of any fuzzers that have this capability built in? Any areas that you have come across?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source