;

PDA

Click to See Complete Forum and Search --> : unrandom random numbers


bieljam
08-29-2005, 06:28 PM
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

ForumNewbie
08-29-2005, 07:00 PM
It generates real ones when exported.

The non-random ones are just in 3DFA.

Morgan

bieljam
08-29-2005, 07:22 PM
Wew! What a relief!
Thanks

MoonRise
09-01-2005, 08:43 PM
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.