Thread: Repeat Galaxies
View Single Post
  #5  
Old November 2nd, 2000, 10:16 PM
dmm's Avatar

dmm dmm is offline
Captain
 
Join Date: Sep 2000
Location: USA
Posts: 806
Thanks: 0
Thanked 0 Times in 0 Posts
dmm is on a distinguished road
Default Re: Repeat Galaxies

You have to watch out with random number generators. Some of them stink! (By the way, they're ALL actually pseudo-random. Eventually they repeat. ) Lousy ones will generate a nice sequence of numbers that seems pretty random, but if you keep seeding it and looking at the result, you find that the generator is actually only able to generate a small number of "random" series. The chance that one "random" series will be identical to another "random" series can be quite high if your algorithm stinks badly enough. And it turns out that making a non-lousy one is harder than you'd think it would be.

Is that what happened in this case? NAH! It's a bug!

How do you like my use of emoticons? I just figured it out!

[This message has been edited by dmm (edited 02 November 2000).]
__________________
Give me a scenario editor, or give me death! Pretty please???
Reply With Quote