|
|
|
 |

April 19th, 2001, 05:39 PM
|
 |
Captain
|
|
Join Date: Feb 2001
Location: Peterborough, Ontario, Canada
Posts: 907
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What are the odds of that??
Ok, I've got this game installed on two machines, a p133 where everything works fine (but slow) and a 'new' machine where everything is screwy. But anyway, the map editor works fine on both. Now to the weird part. Generated a map on one machine and started playing after a few mods to it. Now between turns (slow on a 133  ) I am messing around with the editor on the other machine. RANDOMLY generating a map for a few trys and suddenly a familiar map appears. THE GAME I AM CURRENTLY PLAYING???? The map was exact to the pre-modded one, down to planets and names, storm placements. How do two machines generate the SAME random map? Or is the editor not as random as it seems???
Ah well, just seemed weird to me, probally used up my 'luck' for the next ten years in this. Prob should have played a lottery instead  .
------------------
"The Empress took your name away," said Chance.
Owen smiled coldly. "It wasn't hers to take. I'm a Deathstalker until I die. And we never forget a slight or an enemy." -Owen Deathstalker.
__________________
We are all...the sum of our scars....(paraphrased) Matt. R. Stover-'Blade of Tyshalle'.
Human existance is all imagination...Reality is no more than a simple agreement among its participants that this is where we shall meet, and these are the rules that we shall abide by.- Kevin McCarthy/David Silva The Family:Special Effects..
Long Live the Legion!!-Comic book fandom...
|

April 19th, 2001, 05:54 PM
|
Corporal
|
|
Join Date: Jan 2001
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
quote: Originally posted by Deathstalker:
How do two machines generate the SAME random map? Or is the editor not as random as it seems???
Chances are low, but if SE4 seeds it's random numbers on something like a lookup table, not that low. I think syndicate wars used pi to 500 or 1000 decimal places as a seed.
If you keep flipping a coin long enough, eventually it will land on its edge.
|

April 19th, 2001, 06:07 PM
|
Major
|
|
Join Date: Nov 2000
Location: Biddeford, ME, USA
Posts: 1,007
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
If its anything like my old Pascal dayz - it was never really random - just psudo-random from an aforementioned 'lookup table'...
Don't really know for sure, but I don't believe there is ever really a random number ever generated by a computer. They can make 'em kinda' random by adding in time-ticks or something, but never really random.
|

April 19th, 2001, 10:26 PM
|
 |
Major
|
|
Join Date: Dec 2000
Location: Northern Virginia, USA
Posts: 1,048
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
Most computerized random-number generators use a complex formula that takes a "seed" value and comes up with a "pseudo-random" number. This "pseudo-random" number is then used as the seed for the next number in the sequence, etc. So, really, a random-number generator merely creates a randomized sequence of numbers; not only is every number equally likely to occur, if you run through the whole sequence, you will get a perfect distribution of those numbers (i.e., actual occurrences will exactly match predicted occurrences). Obviously, for any set of runs less than the full sequence of numbers, the distribution is not necessarily perfect; in fact, as the set of runs approaches the full sequence, the distribution becomes more "perfect" and therefore less "random".
A pseudo-random sequence can be implemented in hardware using a shift register and some exclusive-OR gates connected as a feedback loop for the shift register.
__________________
L++ Se+++ GdY $++ Fr C+++ Csc Sf Ai AuO M+ MpTM S Ss RRSHP+ Pw- Fq->Fq+ Nd+++ Rp G++ Mm++ Bb---
|

April 19th, 2001, 10:39 PM
|
 |
Major
|
|
Join Date: Dec 2000
Location: Northern Virginia, USA
Posts: 1,048
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
Try this site for more information on random-number generators:
http://nhse.npac.syr.edu/random/index.html
__________________
L++ Se+++ GdY $++ Fr C+++ Csc Sf Ai AuO M+ MpTM S Ss RRSHP+ Pw- Fq->Fq+ Nd+++ Rp G++ Mm++ Bb---
|

April 20th, 2001, 03:17 PM
|
Corporal
|
|
Join Date: Jan 2001
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
LOL. I knew lava lamps had to be useful for something
What we need is a sample of brownian motion like a good hot cup of tea......
|

April 20th, 2001, 07:12 PM
|
 |
Major
|
|
Join Date: Dec 2000
Location: Northern Virginia, USA
Posts: 1,048
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
quote: Originally posted by dogscoff:
I read somwhere that certain military systems have computers hooked up to cameras watching lava lamps, using the random movment of colours to gneratee random seeds for encryption purposes.
Or something. I might have dreamt it all=-)
I think that was a University somewhere in California (or maybe it WAS a government lab - some of those are run by university types anyway). I remember looking at it 5 years ago and thinking it was a pretty cool idea.
And jimbob - a cup of tea isn't bad, but I thought it was obsoleted by bistromathics 
__________________
L++ Se+++ GdY $++ Fr C+++ Csc Sf Ai AuO M+ MpTM S Ss RRSHP+ Pw- Fq->Fq+ Nd+++ Rp G++ Mm++ Bb---
|

April 20th, 2001, 10:23 PM
|
 |
General
|
|
Join Date: Feb 2001
Location: Pittsburgh, PA, USA
Posts: 3,070
Thanks: 13
Thanked 9 Times in 8 Posts
|
|
Re: What are the odds of that??
quote: I think that was a University somewhere in California (or maybe it WAS a government lab - some of those are run by university types anyway).
http://lavarand.sgi.com/
"...harnessing the power of Lava Lite® lamps to generate truly random numbers since 1996.
"
------------------
Cap'n Q
__________________
Cap'n Q
"Good morning, Pooh Bear," said Eeyore gloomily. "If it is a good morning," he said. "Which I doubt," said he.
|

April 21st, 2001, 01:06 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: What are the odds of that??
I read somwhere that certain military systems have computers hooked up to cameras watching lava lamps, using the random movment of colours to gneratee random seeds for encryption purposes.
Or something. I might have dreamt it all=-)
------------------
There is an exception to every rule. Including this one.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|