Can someone help me understand how random() works.
If I use random(), I get the same sequence of numbers even after corona simulator has closed. Every execution of the similar is the exact same sequence.
If I create a new seed, it resets it. But without creating a new seed, it seems to always use the same number sequence even when the app is shut down and reset. I would think random would at least generate a new seed on each execution of the simulator.
It seems without using seed, it isn’t really random at all. I get some thing that look like it never even tried to random and it doesn’t change what so ever even stopping simulator and starting again. Add a seed, and it seems to act as I would expect. [import]uid: 160288 topic_id: 33529 reply_id: 333529[/import]