candy icon indicating copy to clipboard operation
candy copied to clipboard

Seed fuzzer with constants/values from currently fuzzed function

Open fpottbaecker opened this issue 2 years ago • 0 comments

Consider this function:

foo value = ifElse (value | equals 5) { Ok value } { Error "NOPE" }

Currently, the fuzzer is going in blind without using for example, the value 5 present in the function. Adding this to the initial population could help provide sensible values for parameters.

fpottbaecker avatar Aug 31 '23 18:08 fpottbaecker