HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Random Trigger

11-21-2003, 07:06 PM#1
NYMETS17
Does the arithmatic for array labled "random number between"(example- 1 and 3) mean the actual number between the two numbers or any number between the two numbers and if so are the picked numbers included?
11-21-2003, 07:22 PM#2
Vexorian
It will take a random number from 1 to 3 : it could be 1, 2 or 3
11-21-2003, 08:17 PM#3
Biflspud
You may find it helpful to put in a .2 second wait between setting the random variable and checking if/thens. Otherwise, it seems to default to the same number from time to time.

The random number generator's not all that random - I had to put a checker to make sure the number generated wasn't the same number generated last time. It's not fool proof, but it does minimize the number of repeats.
11-21-2003, 09:45 PM#4
NYMETS17
Is there a better randomizer then the random number between?

Also in "real" math between should not include the base numbers or have an array of numbers