Y
Hacker News
new
|
ask
|
show
|
jobs
by
rigtorp
2073 days ago
Yes, I've done this using libFuzzer. Supply custom mutation and crossover functions that generates interesting floating point numbers. Then let the coverage guided fuzzer exercise your code.
https://rigtorp.se/fuzzing-floating-point-code/