I am having problems randomizing some numbers. I am using the Randomize without any parameters and then I am using the Rnd functions in a equation. Here is the snippet:
Randomize
cardvalue = Int(14 * Rnd) + 1)
It keeps on giving me the same values each time I run it. I will glady take any solutions. Thanks guys!
Randomize
cardvalue = Int(14 * Rnd) + 1)
It keeps on giving me the same values each time I run it. I will glady take any solutions. Thanks guys!