static int Int( System.Random self, int min, int max )

Summary

Returns a random int between min and max (inclusive)

static int Int( System.Random self, int max )

Summary

Returns a random int between 0 and max (inclusive)
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.