Possibly worth mentioning: how do you produce an “infinite” range of integers? This is what I did: ``` Gen.int_range 0 max_int ```
Possibly worth mentioning: how do you produce an “infinite” range of integers?
This is what I did: