-
unrandom random numbers
Hi
I am buiding a game, and want to use the random() to generate a new and random game everytime it runs. Unfortunately it generates the same random numbers every time, so all the games are identical!!
Help!!
Is there some way to reset the seed? How does it generate the random numbers?
If I can't get something really random, it's gonna sink the project!!
Wynand
-
It generates real ones when exported.
The non-random ones are just in 3DFA.
Morgan
-
Thanx
Wew! What a relief!
Thanks
-
Word of note.
This may already be something known but just want to relay it just in case. I did a quick flash a while back with a random number to pick a different path. True, the exported creates better Random Numbers, but, if the Range of numbers are small, like 1 to 3, the numbers will not appear that Random. Use a large range to make it more random.