generators.nextInt
doesn't interpret min/max value inclusivity consistently
#78
Labels
generators.nextInt
doesn't interpret min/max value inclusivity consistently
#78
nextInt(minValue = 1, maxValue = 3)
will only generate 1 or 2I recommend either renaming parameters or fixing implementation
+1
For now, just be wary.
The text was updated successfully, but these errors were encountered: