Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

One thing I've noticed from doing renderings is that there should be billions of combinations with the seed, and yet it's not rare for the mistletoe to reuse a seed when set to -1. I noticed this with identical or very close requests, while if it really took a random seed these coincidences should not be possible...

If he does this, then there is a chance that several people with the same ideas will end up with quite similar images because the chosen seed isn't random enough.

Yes it seems there is some deterministic random algorithm, I've noticed this too especially when I set back to -1 (random) then it starts choosing random seeds it already used before.

The random number generator is deterministic, needs to use something like a hash of the current millisecond or otherwise use a derivative of a changing variable as a seed.