nibuen / SpaceAlertMissionGenerator

Mission Generator For Space Alert Board Game On Android
https://blog.iterary.com/
MIT License
15 stars 9 forks source link

"incoming data" doesn't follow the configuration #22

Closed msbarrios closed 9 years ago

msbarrios commented 9 years ago

I had the settings to "2-4", but I got "incoming data" 6 times. One possibility would be to first randomize between 2 and 4, and then randomize X times between zero and the total time of the game, and then just throw out the incoming datas at their respective times as calculated at the beginning.

nibuen commented 9 years ago

We have pulled from a couple fitting algorithms that are commonly used, but I have caught other errors recently as well. It actually should work very much like you are saying. Will make sure and add some tests and fix this in next release.