04-04-2009, 10:47 PM
Try changing:
n = Int(Rnd * 2)
To:
n = Int(Rnd * 2) + 1
See if that works.
n = Int(Rnd * 2)
To:
n = Int(Rnd * 2) + 1
See if that works.
|
Not good with Math
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |