I am missing `instance Random Natural`; [there is an instance for `Integer`](https://hackage-content.haskell.org/package/random-1.3.1/docs/src/System.Random.html#line-494), so by the principle of least surprise there should also be one for `Natural`.
I am missing
instance Random Natural; there is an instance forInteger, so by the principle of least surprise there should also be one forNatural.