McRogueFace/tests/fuzz/seeds/maps_procgen
John McCardle 2d207bb876 Add fuzz_maps_procgen target for HeightMap/DiscreteMap interfaces, addresses #283
Fuzzes procgen through its standardized data-container interface: direct
HeightMap and DiscreteMap operations (scalar, binary, bitwise, subscript)
plus one-directional conversions NoiseSource.sample -> HeightMap,
BSP.to_heightmap, DiscreteMap.from_heightmap, and dm.to_heightmap.
Treating HM/DM as the unified surface covers every procgen system
without fuzzing each individually.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 11:17:52 -04:00
..
.gitkeep Add native libFuzzer fuzz harness for Python API, addresses #283 2026-04-10 11:05:04 -04:00
seed_bsp.bin Add fuzz_maps_procgen target for HeightMap/DiscreteMap interfaces, addresses #283 2026-04-10 11:17:52 -04:00
seed_convert.bin Add fuzz_maps_procgen target for HeightMap/DiscreteMap interfaces, addresses #283 2026-04-10 11:17:52 -04:00
seed_hm_binary.bin Add fuzz_maps_procgen target for HeightMap/DiscreteMap interfaces, addresses #283 2026-04-10 11:17:52 -04:00
seed_hm_scalar.bin Add fuzz_maps_procgen target for HeightMap/DiscreteMap interfaces, addresses #283 2026-04-10 11:17:52 -04:00