#IT-6303
Awesome StudentQuestion • Web Systems Technologies

Which of the following would correctly generate a random number between 0 and 7?

Answer

var rand_int= Mathfloor(Mathrandom()*7);