kwg / InfiniteArtGallery

Infinite Art Gallery is a game that uses established methods of evolving art with Compositional Pattern Producing Networks (CPPNs) to allow users to explore a world of art tailored to their preferences.
https://people.southwestern.edu/~schrum2/SCOPE/iag.php
3 stars 0 forks source link

seeded random is not reproducing exact results #96

Closed kwg closed 4 years ago

kwg commented 4 years ago

maybe there is a random call that is not using the seed?

schrum2 commented 4 years ago

Jake's Zelda code had this issue as well, and fixing it was a major nightmare. Start by searching the code for any use of a random number generator, as well as any other means of generating random numbers. However, if it's still not fixed after that, you'll need to look for other sneaky sources of non-determinism. Keep me updated.

kwg commented 4 years ago

This seems to be fixed after the refactor. Will continue to keep an eye on it and if the issue returns I will reopen this.