You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous implementation was non uniform in its results and also did not hit
the boundary conditions. Changed to use Random.nextInt(limitExcl).
Ideally we would just change the calling code to use nextInt directly, but
this'll work equally well.
Original issue reported on code.google.com by [email protected] on 14 Oct 2011 at 4:21
Original issue reported on code.google.com by
[email protected]
on 14 Oct 2011 at 4:21Attachments:
The text was updated successfully, but these errors were encountered: