I wonder if it’s possible within python to get continuous behavior with randint. In order to generate a forest of trees with randomized positions, orientations, etc. , do I have to work with fixed lists of random numbers in order to get the same result each time I start the game? I hope you know what I mean. I could post an example if that would be needed.