setSeed(0); setSeed(1); rand()
and
setSeed(1); rand()
returning different values is not only a good idea but is already a thing. Am I wrong?
This would confuse the hell out of me, what specifically has this behaviour?
Adding entropy is a very different operation.
setSeed(0); setSeed(1); rand()
and
setSeed(1); rand()
returning different values is not only a good idea but is already a thing. Am I wrong?
This would confuse the hell out of me, what specifically has this behaviour?