by Fuzzy » Sat Oct 28, 2006 4:42 am
Why the question? Because, beleive it or not, you dont need rand() to do a random game.
DilloDude touches on the issue partly. You can write your own random generator, and if you know how, and how it works, you should be able to see that its not truly random either.
A random generated number is simply a sequence that is so long, you cannot see the pattern. There are many other ways to grab a number that appears random.
For example, you could calculate how many seconds(or milliseconds) have past since a certain date.. such as the authors birthday, or any date really, as long as its fairly far back in time.
Another technique, not available to use in GE, would be to take a signal from a port, or to use a system call of some sort to read the fraction from an internal thermometer.
I'll post a simple random number generator on saturday, october 28th..
You should strive to stretch beyond the tools that the authoring system gives you. Like making your own RPG text system, or anything. The journey may be a little harder, but it will pay off in the end!
Mortal Enemy of IF....THEN(and Inspector Gadget)
Still ThreeFingerPete to tekdino