Rand()Well Im using the Rand(); function and I have one question How I make the rand just generates a number between 0-9?
Originally Posted by alvaritos Well Im using the Rand(); function and I have one question How I make the rand just generates a number between 0-9? Code: rand()%9 agffddjhhgfg
Heres a link that goes over some better ways to implement rand so you dont always get low or high order bits. Code: http://eternallyconfuzzled.com/arts/jsw_art_rand.aspx