Skip to main content
Inspiring
July 2, 2006
Question

random integer question

  • July 2, 2006
  • 1 reply
  • 265 views
is it possible to set a minimum on a ex : random(7) sort of thing? so like the random number would be between 1 and 7?if so how?

thanks
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 2, 2006
yes. to generate random integers between minNum and maxNum, you can use: