I want to make a generators for functions.
I've noticed that there are indeed generators for IFn
values, but when the function domain is infinite (and since the values are strict), it's not generally practical for them to be used as generators for functions.
Does this functionality exist or would I have to implement it myself?