Extract generators into switchable types
Aaronontheweb opened this issue · 0 comments
Aaronontheweb commented
Rather than have generators as an entirely static class, making it swappable will allow us to use things like FsCheck.Gen
in the future for more sophisticated random data generation.