core module
hedgehog-extra-core is the base module with reusable generators.
Import
import hedgehog.extra.{Gens, NumGens, TimeGens}
📄️ Gens
Gens provides foundational character and string generators.
📄️ NumGens
NumGens provides generators that always produce ordered min/max pairs.
📄️ TimeGens
TimeGens provides generators for Instant and LocalDate ranges.