> On Mar 2, 2017, at 2:06 PM, Jay McCarthy <[email protected]> wrote: > > I think that the contract is overly specific on the 2 argument case. > But on the 1 argument case, I don't think 0 makes sense: > > "When called with an integer argument k, returns a random exact > integer in the range 0 to k-1."[k <- 0] > =_v > "When called with an integer argument 0, returns a random exact > integer in the range 0 to -1.”
Right; I’m not proposing a change to the one-argument case, only to the two-argument case. John -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

