Paul Chiusano

Results 103 comments of Paul Chiusano

@ceedubs exclusive upper bound for int ranges is usually what's done in languages with 0-based indexing. So the valid indices of a list of size `n` is `List.range 0 n`...

@ceedubs you can use `Random.nat` to generate `Nat` in the full range 0 to maxNat, does that help?

This isn't used anymore, but will keep this in mind for the future.