rnd question
Posted: Fri Apr 17, 2015 11:40 am
hi, i have a code snippet..
0 d1 = int(RND(1) * 10000 + 1)
this should produce a random number between 1 and 10,000.. how would I augment the snippet to produce a number between 1,000 and 10,000 i.e. a floor..-Eliott
0 d1 = int(RND(1) * 10000 + 1)
this should produce a random number between 1 and 10,000.. how would I augment the snippet to produce a number between 1,000 and 10,000 i.e. a floor..-Eliott